1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 01:52:45 +01:00
RIOT/tests/pkg/tweetnacl/Makefile
Frederik Haxel 5ed0bafc92 examples, tests: Changes for the native64 board
- Adapted build system and test checks for the native boards to include native64
- Added `native64` to the same tests as `native`
2024-02-05 22:02:14 +01:00

11 lines
218 B
Makefile

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