diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-25 17:58:38 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-25 17:58:38 (EDT) |
commit | ceb9675c06f7cd11b0796bba668081bd1787f1df (patch) | |
tree | 5a389526d60f9553e7511dc5250cb58c48f459c7 /tests/local.mk | |
parent | 1892976e48679bbe300d772bc27f621c966a7061 (diff) |
tests/parse_control.*.sh: Remove
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/local.mk b/tests/local.mk index 934259e..88f64f8 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,5 +1,4 @@ check_PROGRAMS = \ - tests/parse_control.basic \ tests/parse_control \ tests/resolve_deps.basic \ tests/arch_is_concerned \ @@ -9,17 +8,6 @@ check_PROGRAMS = \ TESTS = $(check_PROGRAMS) -tests_parse_control_basic_SOURCES = \ - tests/parse_control.basic.sh \ - tests/parse_control.common.sh \ - tests/aux/common.sh \ - tests/aux/tap-functions.sh \ - src/locale.sh \ - 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_parse_control_SOURCES = \ tests/parse_control.sh \ tests/aux/common.sh \ |