mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d23fea6043
When moved out of `unittests` running test on CI was not re-enabled.
14 lines
314 B
Makefile
14 lines
314 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \
|
|
arduino-uno \
|
|
nucleo-f031k6 \
|
|
#
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
USEPKG += heatshrink
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|