1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_hacl/Makefile

9 lines
193 B
Makefile
Raw Normal View History

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