tests/test_tools: include dummy_thread

This commit is contained in:
Kaspar Schleiser 2020-06-09 11:07:52 +02:00
parent 825ffddbf9
commit 2be5cd50f6

View File

@ -10,4 +10,7 @@ CFLAGS += -DSHELL_NO_ECHO=1 -DSHELL_NO_PROMPT=1
# synchronizes by itself through `shellping` command. # synchronizes by itself through `shellping` command.
DISABLE_MODULE += test_utils_interactive_sync DISABLE_MODULE += test_utils_interactive_sync
# include sys/test_utils/dummy_thread
USEMODULE += dummy_thread
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include