1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pthread_barrier/Makefile

9 lines
155 B
Makefile
Raw Normal View History

2014-03-04 01:44:39 +01:00
include ../Makefile.tests_common
# Modules to include.
2014-03-04 01:44:39 +01:00
USEMODULE += pthread
USEMODULE += random
USEMODULE += xtimer
2014-03-04 01:44:39 +01:00
include $(RIOTBASE)/Makefile.include