mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-14 20:54:58 -04:00
8 lines
299 B
Makefile
8 lines
299 B
Makefile
test-signatures:
|
|
$(GO) test -v ./lib/common/signature/ -run TestReadSignatureErrors
|
|
$(GO) test -v ./lib/common/signature/ -run TestReadSignature
|
|
$(GO) test -v ./lib/common/signature/ -run TestNewSignatureError
|
|
$(GO) test -v ./lib/common/signature/ -run TestNewSignature
|
|
|
|
.PHONY: test-signatures
|