diff options
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 \ |