mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
300 B
Makefile
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
|