1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 22:29:45 +01:00

sys/test_utils: fix path to rmutex test in doc

This commit is contained in:
Alexandre Abadie 2023-05-13 18:25:01 +02:00
parent 3989cd79ff
commit 96271df7c6
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -21,8 +21,8 @@
* This module can be used by manually adding it to the command line when
* building, e.g.,
*
* USEMODULE+=dummy_thread make -C tests/rmutex
* make -C tests/rmutex test
* USEMODULE+=dummy_thread make -C tests/core/rmutex
* make -C tests/core/rmutex test
*
* Note how the output of the test changes compared to a build without
* dummy_thread.