tests: split test libs into "generic" and "automake-specific"
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 Jul 2012 20:49:02 +0000 (22:49 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 12:11:38 +0000 (14:11 +0200)
commit55fb714072e3d9c94d4209bd4bf2399ae0c99f08
treed4d800cbfd4bf33300194ec09e3817bb4139e61c
parentfeab5c26b22ea999c741866484f320460a7c7b16
tests: split test libs into "generic" and "automake-specific"

This is the first step in the quest to merge the generically useful
parts of our test suite framework in a more generic project, like
Gnulib.  Time will tell if we'll succeed, and whether the success will
be worth the extra hassle.

* t/ax/test-init.sh: Split out ...
* t/ax/am-test-lib.sh, t/ax/test-lib.sh: ... into these two tests.
* defs, Makefile.am: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
defs
t/ax/am-test-lib.sh [moved from t/ax/test-init.sh with 76% similarity]
t/ax/test-lib.sh [new file with mode: 0644]