mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
921d9cf633
This test checks, if the timer returns the correct time (xtimer_now_usec() is called), when interrupts are disabled. Specifically tested is if the time is correct after a low-level timer overflow.
8 lines
121 B
Makefile
8 lines
121 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += xtimer
|
|
|
|
TEST_ON_CI_BLACKLIST += all
|
|
|
|
include $(RIOTBASE)/Makefile.include
|