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

tests/Makefile.tests_common: interactive_sync only with testrunner

This commit is contained in:
Francisco Molina 2020-01-19 20:31:37 +01:00
parent 97a71bc8a6
commit 33da57eac1

View File

@ -1,6 +1,8 @@
APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR)))
DEFAULT_MODULE += test_utils_interactive_sync
ifneq (,$(wildcard $(CURDIR)/tests/.))
DEFAULT_MODULE += test_utils_interactive_sync
endif
ifneq (,$(filter tests_driver_%,$(APPLICATION)))
BOARD ?= samr21-xpro