test defs: move in 't/ax/test-defs.sh'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 Jul 2012 16:14:23 +0000 (18:14 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 12:11:33 +0000 (14:11 +0200)
commitecbceb3e4cb88019e490c4814ca7a7382e4e2299
tree428f75bf2d28fe5bac8f1d06d46e2d596ed0824f
parent69f0f0a143dd9e8ddf45da1b0db2a99f305f2202
test defs: move in 't/ax/test-defs.sh'

We can do so with minimal churn, now that the early setup of $PATH in
both 'runtest' and AM_TESTS_ENVIRONMENT allow the '.' built-in to find
to-be-sourced shell scripts in 't/ax' automatically, both in in-tree
and  VPATH builds.

With this change, we take another step forward a more rational and
"segregated" organization of our testsuite framework.

* defs-static.in: Rename ...
* t/ax/test-defs.in: ... like this, and adjust.
* Makefile.am, syntax-checks.mk, t/README, gen-testsuite-part,
t/tests-init.sh, t/ax/tap-setup.sh, t/tap-summary.sh, .gitignore,
t/testsuite-summary-color.sh, t/testsuite-summary-count.sh,
t/self-check-tap.sh, defs: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
14 files changed:
.gitignore
Makefile.am
defs
gen-testsuite-part
syntax-checks.mk
t/README
t/ax/tap-setup.sh
t/ax/test-defs.in [moved from defs-static.in with 97% similarity]
t/ax/test-init.sh
t/self-check-tap.sh
t/tap-summary-color.sh
t/tap-summary.sh
t/testsuite-summary-color.sh
t/testsuite-summary-count.sh