1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 20:32:47 +01:00
RIOT/tests/xtimer_now64_continuity/Makefile

11 lines
230 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
USEMODULE += fmt
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native
include $(RIOTBASE)/Makefile.include