summaryrefslogtreecommitdiff
path: root/syntax-checks.mk
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-04-05 21:20:29 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-04-06 21:28:40 +0200
commit23f0543ef6113af566b6fc733ee8fa9f461785aa (patch)
treeeb02316449cb1bda6c72058df98274c24df15963 /syntax-checks.mk
parenta4b0f4b51f8fbf6e5de4ced85b3f7150ec766005 (diff)
downloadautomake-23f0543ef6113af566b6fc733ee8fa9f461785aa.tar.gz
tests: move most helper scripts and files into the 'ax' subdirectory
* tests/defs-static.in ($am_testauxdir): New variable. * tests/testsuite-summary-checks.sh: Moved ... * tests/ax/testsuite-summary-checks.sh: ... here. * tests/trivial-test-driver: Moved ... * tests/ax/trivial-test-driver: ... here. * tests/tap-summary-aux.sh: Moved ... * tests/ax/tap-summary-aux.sh: ... here. * tests/distcheck-hook-m4.am: Moved ... * tests/ax/distcheck-hook-m4.am: ... here. * tests/prove-runner: Moved ... * tests/ax/prove-runner: ... here. * tests/depcomp.sh: Moved ... * tests/ax/depcomp.sh: ... here. * tests/tap-setup.sh: Moved ... * tests/ax/tap-setup.sh: ... here. * tests/tap-functions.sh: Moved ... * tests/ax/tap-functions.sh: ... here. * tests/plain-functions.sh: Moved ... * tests/ax/plain-functions.sh: ... here. * tests/extract-testsuite-summary: Moved ... * tests/ax/extract-testsuite-summary.pl: .. . here. * tests/gen-testsuite-part: Adjusted accordingly. * tests/Makefile.am: Likewise. * tests/defs: Likewise. * syntax-check.mk: Likewise. * Several tests: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'syntax-checks.mk')
-rw-r--r--syntax-checks.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax-checks.mk b/syntax-checks.mk
index d9d0c4d22..79f285f96 100644
--- a/syntax-checks.mk
+++ b/syntax-checks.mk
@@ -29,6 +29,7 @@ xtests := $(shell \
for s in test tap sh; do \
ls $$d/tests/*.$$s 2>/dev/null; \
done; \
+ ls $$d/tests/ax/*.sh 2>/dev/null; \
done | sort)
ams := $(shell find $(srcdir) -name '*.am')