1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/trickle/Makefile

10 lines
178 B
Makefile
Raw Normal View History

2017-06-08 21:40:42 +02:00
include ../Makefile.tests_common
USEMODULE += trickle
USEMODULE += ztimer_msec
2017-06-08 21:40:42 +02:00
# microbit qemu lacks rtt
TEST_ON_CI_BLACKLIST += microbit
2017-06-08 21:40:42 +02:00
include $(RIOTBASE)/Makefile.include