mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
11 lines
203 B
Makefile
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
|