1
0
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:
Alexandre Abadie 2021-01-15 10:37:47 +01:00
parent ffa28ef731
commit 76e186571b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,6 +1,6 @@
APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR)))
ifneq (,$(wildcard $(CURDIR)/tests/.))
ifneq (,$(wildcard $(CURDIR)/tests*/.))
DEFAULT_MODULE += test_utils_interactive_sync
# add interactive test configuration when testing Kconfig
ifeq (1,$(TEST_KCONFIG))