'pthread' is now compatible with 'avr' so enable them in tests. All the tests ran on 'arduino-mega2560' when supported.
7 lines
120 B
Makefile
7 lines
120 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += posix_headers
|
|
USEMODULE += pthread
|
|
|
|
include $(RIOTBASE)/Makefile.include
|