1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pthread_condition_variable/Makefile
Gaëtan Harter 9ee84c62c9
tests/pthread*: enable pthread tests on avr
'pthread' is now compatible with 'avr' so enable them in tests.
All the tests ran on 'arduino-mega2560' when supported.
2019-09-11 18:25:10 +02:00

12 lines
214 B
Makefile

include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
USEMODULE += posix_headers
USEMODULE += pthread
USEMODULE += xtimer
CFLAGS += -DNATIVE_AUTO_EXIT
include $(RIOTBASE)/Makefile.include