From bba9fadf54e0def06c293054a0c7095c1ad7d02e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 15 Jun 2013 15:49:41 -0400 Subject: Fix tests file names for distribution. --- diff --git a/Makefile.in b/Makefile.in index 6ea9c62..b95312d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -239,7 +239,7 @@ test: all @cd '$(srcdir)/tests'; \ all=0; failed=0; \ for test in $(tests); do \ - out="$$($(sh) "$(srcdir)/$${test}.sh" 2>&1)"; \ + out="$$($(sh) "$(srcdir)/$${test}" 2>&1)"; \ if [ $${?} -eq 0 ]; then \ printf 'PASS: %s\n' "$${test}"; \ else \ diff --git a/tests/local.mk b/tests/local.mk index ce8a2c0..9a3bb8e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -17,6 +17,6 @@ # along with this program. If not, see . tests = \ - tests/ob_match_arch \ - tests/ob_parse_dep \ - tests/ob_reduce_deps + tests/ob_match_arch.sh \ + tests/ob_parse_dep.sh \ + tests/ob_reduce_deps.sh -- cgit v0.9.1