1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

11 lines
203 B
Makefile

export PROJECT = test_condition_variable
include ../Makefile.tests_common
USEMODULE += posix
USEMODULE += pthread
USEMODULE += vtimer
CFLAGS += -DNATIVE_AUTO_EXIT
include $(RIOTBASE)/Makefile.include