1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_now_irq/Makefile
JulianHolzwarth 921d9cf633 tests/xtimer_now_irq/: New test for xtimer_now() with irq_disable()
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.
2020-05-01 15:37:51 +02:00

8 lines
121 B
Makefile

include ../Makefile.tests_common
USEMODULE += xtimer
TEST_ON_CI_BLACKLIST += all
include $(RIOTBASE)/Makefile.include