1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_now64_continuity/Makefile
Gaëtan Harter bdd721fff4
tests/xtimer: blacklist native instead of whitelisting
Blacklist native for the xtimer tests that have timing issues.

This also enables running the test on `nrf52dk` as I think it was
forgotten when adding the support.
2019-06-26 17:53:58 +02:00

11 lines
230 B
Makefile

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