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

19 lines
520 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \
arduino-uno \
arduino-mega2560 \
mega-xplained \
nucleo-f031k6 \
nucleo-f042k6 \
#
TEST_ON_CI_WHITELIST += native
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(5*THREAD_STACKSIZE_DEFAULT\)
USEPKG += tweetnacl
USEMODULE += embunit
include $(RIOTBASE)/Makefile.include