1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/test_tools/Makefile

17 lines
476 B
Makefile
Raw Normal View History

DEVELHELP = 0
include ../Makefile.tests_common
USEMODULE += shell
# Disable shell echo and prompt to not have them in the way for testing
CFLAGS += -DCONFIG_SHELL_NO_ECHO=1 -DCONFIG_SHELL_NO_PROMPT=1
# No need for test_utils_interactive_sync in this test since the test
# synchronizes by itself through `shellping` command.
DISABLE_MODULE += test_utils_interactive_sync
2020-06-09 11:07:52 +02:00
# include sys/test_utils/dummy_thread
USEMODULE += dummy_thread
include $(RIOTBASE)/Makefile.include