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:
parent
c0e71b0592
commit
90dad75751
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user