1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 01:11:21 +01:00
RIOT/tests/pkg/tweetnacl/Makefile
2025-04-01 12:39:06 +02:00

11 lines
220 B
Makefile

include ../Makefile.pkg_common
TEST_ON_CI_WHITELIST += native32 native64
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(5*THREAD_STACKSIZE_DEFAULT\)
USEPKG += tweetnacl
USEMODULE += embunit
include $(RIOTBASE)/Makefile.include