1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_heatshrink/Makefile
cladmi d23fea6043
tests/pkg_heatshrink: re-enable CI test
When moved out of `unittests` running test on CI was not re-enabled.
2018-10-21 19:31:25 +02:00

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