mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 17:52:47 +01:00
12 lines
226 B
Makefile
12 lines
226 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += ztimer
|
|
USEMODULE += ztimer_usec
|
|
USEMODULE += ztimer_msec
|
|
USEMODULE += ztimer_sec
|
|
|
|
# microbit qemu lacks rtt
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|