mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Revert "makefiles/tests/tests.inc.mk: use native
term for tests"
This reverts commit b166327354
.
This commit is contained in:
parent
3c31000a61
commit
7658e01223
@ -22,10 +22,6 @@ TEST_DEPS += $(TERMDEPS)
|
||||
TEST_EXECUTOR ?=
|
||||
TEST_EXECUTOR_FLAGS ?=
|
||||
|
||||
ifeq (native, $(BOARD))
|
||||
TEST_EXECUTOR := RIOT_TERMINAL=native $(TEST_EXECUTOR)
|
||||
endif
|
||||
|
||||
test: $(TEST_DEPS)
|
||||
$(Q) for t in $(TESTS); do \
|
||||
$(TEST_EXECUTOR) $(TEST_EXECUTOR_FLAGS) $$t || exit 1; \
|
||||
|
Loading…
Reference in New Issue
Block a user