Files
Go_I2p/doc/tests/ed25519.mk
Haris Khan 4e06d3d5ed makefiles
2024-10-22 22:31:19 -04:00

8 lines
172 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