2017-11-08 09:00:21 +01:00

14 lines
309 B
Makefile

APPLICATION = pthread_tls
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