RIOT/pkg/wolfssl/Makefile.wolfcrypt-test
2019-09-09 18:48:53 +02:00

9 lines
127 B
Makefile

MODULE = wolfcrypt-test
NO_AUTO_SRC = 1
#Add to enable wolfcrypt self tests
SRC += test.c
include $(RIOTBASE)/Makefile.base