1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/rmutex_cpp/Makefile
Marian Buschsieweke 707bacc1b7
tests/rmutex_cpp: Testing rmutex with C++
Copied test from tests/rmutex, but using C++ instead of C.
2019-10-24 23:08:36 +02:00

6 lines
97 B
Makefile

include ../Makefile.tests_common
FEATURES_REQUIRED += cpp
include $(RIOTBASE)/Makefile.include