tests: move 'runtest' into the top-level directory
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 7 Jul 2012 10:08:05 +0000 (12:08 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 7 Jul 2012 10:28:40 +0000 (12:28 +0200)
commitea93d8d05cf61d11a557e21b47f4736e337f6b1a
tree34fb82146603b91a34ef0b28bf76c1e008fcefd5
parent5197aba1d5e1895c28d66703b0b407c991f608fb
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>
.gitignore
Makefile.am
runtest.in [moved from t/ax/runtest.in with 100% similarity]
t/README