1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/evtimer_msg/Makefile

12 lines
336 B
Makefile
Raw Normal View History

2017-03-20 14:02:49 +01:00
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\
arduino-uno nucleo-f031k6 nucleo-f042k6
2017-03-20 14:02:49 +01:00
USEMODULE += evtimer
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native
2017-03-20 14:02:49 +01:00
include $(RIOTBASE)/Makefile.include