mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-13 20:41:25 -04:00
8 lines
161 B
Makefile
8 lines
161 B
Makefile
test-crypto-hmac-all: test-crypto-hmac
|
|
|
|
test-crypto-hmac:
|
|
$(GO) test -v ./lib/crypto -run Test_I2PHMAC
|
|
|
|
.PHONY: test-crypto-hmac-all \
|
|
test-crypto-hmac
|