1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 04:52:54 +01:00
RIOT/tests/sys/trickle/Makefile

10 lines
176 B
Makefile
Raw Normal View History

include ../Makefile.sys_common
2017-06-08 21:40:42 +02:00
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