From 96271df7c6cb8f296416bcf8a5b0dd6ff4e17ca9 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 13 May 2023 18:25:01 +0200 Subject: [PATCH] sys/test_utils: fix path to rmutex test in doc --- sys/test_utils/dummy_thread/dummy_thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/test_utils/dummy_thread/dummy_thread.c b/sys/test_utils/dummy_thread/dummy_thread.c index e7312a9149..7bec89f832 100644 --- a/sys/test_utils/dummy_thread/dummy_thread.c +++ b/sys/test_utils/dummy_thread/dummy_thread.c @@ -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.