1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
RIOT/tests/pthread/Makefile
2017-11-08 09:00:05 +01:00

14 lines
306 B
Makefile

APPLICATION = pthread
include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
USEMODULE += posix
USEMODULE += pthread
include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py