mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
183 B
Makefile
10 lines
183 B
Makefile
export PROJECT = test_pthread_cooperation
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += posix
|
|
USEMODULE += pthread
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|