1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 11:32:45 +01:00
RIOT/tests/test_tools/Makefile
cladmi b3cb076286
tests/test_tools: add a test for the testing tools environment
Check the interaction with a board through make term.
It is using a shell without echo or prompt for reference.

It currently checks that there is no local echo.
2019-08-23 12:14:52 +02:00

12 lines
255 B
Makefile

DEVELHELP = 0
include ../Makefile.tests_common
USEMODULE += shell
TEST_ON_CI_WHITELIST += all
# 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