From 90dad75751df4b194e8af775b585b3ab058deb83 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 22 Dec 2023 18:01:21 +0100 Subject: [PATCH] tests/build_system/test_tools: use `native` terminal --- tests/build_system/test_tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/build_system/test_tools/Makefile b/tests/build_system/test_tools/Makefile index 8a96460ee26e..0318dca588c0 100644 --- a/tests/build_system/test_tools/Makefile +++ b/tests/build_system/test_tools/Makefile @@ -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