1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_qdsa/Makefile
Alexandre Abadie 3a1a08fc4a
tests/pkg_qdsa: remove useless board blacklist
This is now automatically managed by the arch 16bit feature blacklist at pkg dependencies level
2019-10-30 11:43:40 +01:00

10 lines
194 B
Makefile

include ../Makefile.tests_common
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(4*THREAD_STACKSIZE_DEFAULT\)
USEPKG += qDSA
USEMODULE += random
USEMODULE += embunit
include $(RIOTBASE)/Makefile.include