summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 4c54bc8..397cdc2 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -16,36 +16,42 @@ tests_parse_control_basic_SOURCES = \
src/output.sh \
src/control.sh
tests_parse_control_basic_LDADD = $(tests_parse_control_basic_SOURCES:.sh=.sho)
+CLEANFILES += $(tests_parse_control_basic_LDADD)
tests_resolve_deps_basic_SOURCES = \
tests/resolve_deps.basic.sh \
tests/common.sh \
src/pkg.sh
tests_resolve_deps_basic_LDADD = $(tests_resolve_deps_basic_SOURCES:.sh=.sho)
+CLEANFILES += $(tests_resolve_deps_basic_LDADD)
tests_match_arch_SOURCES = \
tests/match_arch.sh \
tests/common.sh \
src/archplat.sh
tests_match_arch_LDADD = $(tests_match_arch_SOURCES:.sh=.sho)
+CLEANFILES += $(tests_match_arch_LDADD)
tests_match_plat_SOURCES = \
tests/match_plat.sh \
tests/common.sh \
src/archplat.sh
tests_match_plat_LDADD = $(tests_match_plat_SOURCES:.sh=.sho)
+CLEANFILES += $(tests_match_plat_LDADD)
tests_arch_is_concerned_SOURCES = \
tests/arch_is_concerned.sh \
tests/common.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 \
src/archplat.sh
tests_plat_is_concerned_LDADD = $(tests_plat_is_concerned_SOURCES:.sh=.sho)
+CLEANFILES += $(tests_plat_is_concerned_LDADD)
tests_reduce_deps_SOURCES = \
tests/reduce_deps.sh \
@@ -53,3 +59,4 @@ tests_reduce_deps_SOURCES = \
src/deps.sh \
src/archplat.sh
tests_reduce_deps_LDADD = $(tests_reduce_deps_SOURCES:.sh=.sho)
+CLEANFILES += $(tests_reduce_deps_LDADD)