1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_pthread/Makefile

10 lines
171 B
Makefile
Raw Normal View History

2014-02-13 14:18:30 +01:00
export PROJECT = test_pthread
include ../Makefile.tests_common
2014-02-13 14:18:30 +01:00
USEMODULE += posix
USEMODULE += pthread
DISABLE_MODULE += auto_init
2014-02-13 14:18:30 +01:00
include $(RIOTBASE)/Makefile.include