summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-21 17:38:45 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-21 17:38:45 (EDT)
commit56e318aeedc470b768b4a9ffb486e97059dfc7c1 (patch)
tree21218da58a1061430d168db2ead5b1f4a2e18a24 /tests/local.mk
parentffdfa2f2b77faa8e6e0f6c77238bec37b2296116 (diff)
tests/match_arch.sh, tests/match_plat.sh: Remove
tests/arch_is_concerned.sh and tests/plat_is_concerned.sh cover match_arch() and match_plat() already, and match_arch() and match_plat() will soon become "static" functions.
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 6eb9878..496e378 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,8 +1,6 @@
check_PROGRAMS = \
tests/parse_control.basic \
tests/resolve_deps.basic \
- tests/match_arch \
- tests/match_plat \
tests/arch_is_concerned \
tests/plat_is_concerned \
tests/reduce_deps
@@ -25,20 +23,6 @@ tests_resolve_deps_basic_SOURCES = \
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 \