Merge pull request #13167 from fjmolinas/pr_disable_sync

tests/Makefile.tests_common: interactive_sync only with testrunner
This commit is contained in:
Alexandre Abadie 2020-01-20 09:45:16 +01:00 committed by GitHub
commit 696071de09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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