1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
2019-05-21 09:57:33 +02:00

12 lines
407 B
Makefile

include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \
i-nucleo-lrwan1 \
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
nucleo-f030r8 nucleo-l053r8 stm32f0discovery
# list of boards to run CI tests on
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include