From 2be5cd50f6177f1fdc51ec13dc53bf58bd9765c9 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 9 Jun 2020 11:07:52 +0200 Subject: [PATCH] tests/test_tools: include dummy_thread --- tests/test_tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_tools/Makefile b/tests/test_tools/Makefile index b3fece6382..eff1f887a1 100644 --- a/tests/test_tools/Makefile +++ b/tests/test_tools/Makefile @@ -10,4 +10,7 @@ CFLAGS += -DSHELL_NO_ECHO=1 -DSHELL_NO_PROMPT=1 # synchronizes by itself through `shellping` command. DISABLE_MODULE += test_utils_interactive_sync +# include sys/test_utils/dummy_thread +USEMODULE += dummy_thread + include $(RIOTBASE)/Makefile.include