2023-05-10 10:36:12 +02:00
|
|
|
include ../Makefile.sys_common
|
2019-02-19 14:50:58 +01:00
|
|
|
|
|
|
|
USEMODULE += ztimer_usec
|
|
|
|
|
2021-11-02 10:54:37 +01:00
|
|
|
# uncomment this to test using ztimer msec
|
|
|
|
#USEMODULE += ztimer_msec
|
2019-02-19 14:50:58 +01:00
|
|
|
|
2021-11-02 10:54:37 +01:00
|
|
|
# uncomment this to test using ztimer sec
|
|
|
|
#USEMODULE += ztimer_sec
|
2021-01-07 10:26:33 +01:00
|
|
|
|
2024-02-13 08:59:22 +01:00
|
|
|
# The test is sensitive to background CPU load. On the CI workers a lot of
|
|
|
|
# compilation tasks are run in parallel, making this test randomly fail.
|
|
|
|
TEST_ON_CI_BLACKLIST += native native64
|
|
|
|
|
2019-02-19 14:50:58 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|