1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_rmutex_lock_timeout/Makefile
JulianHolzwarth fbfe7a4d7b tests/xtimer_rmutex_lock_timeout: new test
this implements a new test for sys/xtimer/xtimer.c: xtimer_rmutex_lock_timeout
The test is similar to tests/xtimer_mutex_lock_timeout
2020-05-04 17:56:08 +02:00

7 lines
111 B
Makefile

include ../Makefile.tests_common
USEMODULE += xtimer
USEMODULE += shell
include $(RIOTBASE)/Makefile.include