1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/turo/Makefile
2021-11-16 08:37:45 +01:00

14 lines
300 B
Makefile

include ../Makefile.tests_common
USEMODULE += test_utils_result_output
USEMODULE += shell
# Use a terminal that does not introduce extra characters into the stream.
RIOT_TERMINAL ?= socat
ifndef CONFIG_SHELL_NO_ECHO
CFLAGS += -DCONFIG_SHELL_NO_ECHO=1
endif
include $(RIOTBASE)/Makefile.include