mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
127 B
Makefile
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
|