1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/event_ztimer/Makefile
2021-11-17 10:15:16 +01:00

11 lines
231 B
Makefile

include ../Makefile.tests_common
FORCE_ASSERTS = 1
USEMODULE += event_thread
USEMODULE += event_callback
USEMODULE += event_timeout_ztimer
USEMODULE += event_periodic
USEMODULE += ztimer_usec
include $(RIOTBASE)/Makefile.include