1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/test_pthread_cooperation/Makefile
2014-07-10 15:23:31 +02:00

10 lines
180 B
Makefile

APPLICATION = test_pthread_cooperation
include ../Makefile.tests_common
USEMODULE += posix
USEMODULE += pthread
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include