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:
parent
97a71bc8a6
commit
33da57eac1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user