summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 496e378..b63b962 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -25,14 +25,14 @@ CLEANFILES += $(tests_resolve_deps_basic_LDADD)
tests_arch_is_concerned_SOURCES = \
tests/arch_is_concerned.sh \
- tests/common.sh \
+ tests/aux/tap-functions.sh \
src/archplat.sh
tests_arch_is_concerned_LDADD = $(tests_arch_is_concerned_SOURCES:.sh=.sho)
CLEANFILES += $(tests_arch_is_concerned_LDADD)
tests_plat_is_concerned_SOURCES = \
tests/plat_is_concerned.sh \
- tests/common.sh \
+ tests/aux/tap-functions.sh \
src/archplat.sh
tests_plat_is_concerned_LDADD = $(tests_plat_is_concerned_SOURCES:.sh=.sho)
CLEANFILES += $(tests_plat_is_concerned_LDADD)