mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: fix auto use of interactive sync module
This commit is contained in:
parent
ffa28ef731
commit
76e186571b
@ -1,6 +1,6 @@
|
|||||||
APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR)))
|
APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR)))
|
||||||
|
|
||||||
ifneq (,$(wildcard $(CURDIR)/tests/.))
|
ifneq (,$(wildcard $(CURDIR)/tests*/.))
|
||||||
DEFAULT_MODULE += test_utils_interactive_sync
|
DEFAULT_MODULE += test_utils_interactive_sync
|
||||||
# add interactive test configuration when testing Kconfig
|
# add interactive test configuration when testing Kconfig
|
||||||
ifeq (1,$(TEST_KCONFIG))
|
ifeq (1,$(TEST_KCONFIG))
|
||||||
|
Loading…
Reference in New Issue
Block a user