2014-02-21 14:43:55 +01:00
|
|
|
export PROJECT = test_pthread_cooperation
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
USEMODULE += posix
|
|
|
|
USEMODULE += pthread
|
|
|
|
|
2014-04-02 14:41:17 +02:00
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
|
2014-02-21 14:43:55 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|