mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f207c6adc6
Adding a first normal test case where the mutex is unlocked and the timeout is long. The timer will not trigger in this test and instead wil be removed after getting the mutex.
9 lines
140 B
Makefile
9 lines
140 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += xtimer
|
|
USEMODULE += shell
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
include $(RIOTBASE)/Makefile.include
|