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

tests/build_system/test_tools: use native terminal

This commit is contained in:
Benjamin Valentin 2023-12-22 18:01:21 +01:00
parent c0e71b0592
commit 90dad75751

View File

@ -3,6 +3,10 @@ include ../Makefile.build_system_common
USEMODULE += shell
ifeq (native, $(BOARD))
RIOT_TERMINAL ?= native
endif
# 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