1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 02:53:52 +01:00
RIOT/tests/test_tools/Makefile
2019-09-16 19:02:02 +02:00

10 lines
226 B
Makefile

DEVELHELP = 0
include ../Makefile.tests_common
USEMODULE += shell
# Disable shell echo and prompt to not have them in the way for testing
CFLAGS += -DSHELL_NO_ECHO=1 -DSHELL_NO_PROMPT=1
include $(RIOTBASE)/Makefile.include