Files
Go_I2p/doc/tests/ed25519.mk

8 lines
175 B
Makefile

test-crypto-ed25519-all: test-crypto-ed25519
test-crypto-ed25519:
$(GO) test -v ./lib/crypto -run TestEd25519
.PHONY: test-crypto-ed25519-all \
test-crypto-ed25519