summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-07 12:08:05 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-07 12:28:40 +0200
commitea93d8d05cf61d11a557e21b47f4736e337f6b1a (patch)
tree34fb82146603b91a34ef0b28bf76c1e008fcefd5 /.gitignore
parent5197aba1d5e1895c28d66703b0b407c991f608fb (diff)
downloadautomake-ea93d8d05cf61d11a557e21b47f4736e337f6b1a.tar.gz
tests: move 'runtest' into the top-level directory
Move our wrapper script 'runtest' (meant to allow the execution of Automake test cases from the command line) from the 't/ax/' directory to the top-level one. This makes the script easier to find and to invoke. Much more importantly, our DejaGNU-checking test cases won't try anymore to use that script instead of the 'runtest' program provided by DejaGNU (that happened because '$(srcdir)/t/ax/' is automatically added early to the $PATH variable in our test cases), which was causing spurious SKIPs. * t/ax/runtest.in: Move ... * runtest.in: ... here. * Makefile.am, t/README, .gitignore: Adjust. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4eec957ad..b7eee5c4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
/configure.lineno
/aclocal
/automake
+/runtest
/doc/.dirstamp
/doc/automake*.info
/doc/automake*.info-[0-9]
@@ -37,7 +38,6 @@
/t/wrap/automake-1.*
/defs-static
/t/testsuite-part.am
-/t/ax/runtest
/t/*-w.tap
/t/*-w.sh
/t/depcomp-*.tap