2016-01-06 13:58:36 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2017-03-10 17:28:01 +01:00
|
|
|
USEMODULE += fmt
|
2016-01-06 13:58:36 +01:00
|
|
|
USEMODULE += xtimer
|
2022-03-09 08:44:23 +01:00
|
|
|
USEMODULE += xtimer_no_ztimer_default
|
2016-01-06 13:58:36 +01:00
|
|
|
|
2018-12-05 17:31:12 +01:00
|
|
|
# This test randomly fails on `native` so disable it from CI
|
2019-06-26 17:53:58 +02:00
|
|
|
TEST_ON_CI_BLACKLIST += native
|
2022-03-09 08:44:23 +01:00
|
|
|
# Boards that can't run only on xtimer or that always select ztimer
|
|
|
|
BOARD_BLACKLIST += \
|
2023-02-02 14:58:49 +01:00
|
|
|
esp32s2-wemos-mini \
|
2022-03-09 08:44:23 +01:00
|
|
|
feather-nrf52840 \
|
|
|
|
hamilton \
|
|
|
|
mulle \
|
|
|
|
pinetime \
|
|
|
|
ruuvitag \
|
|
|
|
stm32f429i-disco \
|
|
|
|
thingy52 \
|
|
|
|
waspmote-pro \
|
|
|
|
weact-f401cc \
|
|
|
|
weact-f401ce \
|
|
|
|
weact-f411ce \
|
2022-09-13 21:16:44 +02:00
|
|
|
blackpill-stm32f103cb \
|
|
|
|
bluepill-stm32f103cb \
|
2022-03-09 08:44:23 +01:00
|
|
|
#
|
2018-05-24 14:22:59 +02:00
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu failing currently
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2016-01-06 13:58:36 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|