tests: "am_using_tap=yes" -> "am_test_protocol=tap"
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 08:35:09 +0000 (10:35 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 12:11:39 +0000 (14:11 +0200)
commite82c9156efaf61db57f564f752befa1ac7b8863b
tree3226561e02f471de768818fdb5debe0437fd6dbf
parentd8b3c5e4b81986b875f56502006288f43aee5159
tests: "am_using_tap=yes" -> "am_test_protocol=tap"

And similarly, "am_using_tap=no" -> "am_test_protocol=none".

The new '$am_test_protocol' name is clearer, and will allow the easy
addition of further test protocols in the future.  This is not truly
relevant for automake, but we are trying to make some parts of our
testsuite framework as general as possible, in view of a future move
to a more generic project like Gnulib.

* Makefile.am, t/ax/am-test-lib.sh, t/ax/test-defs.in, t/ax/test-lib.sh,
t/self-check-env-sanitize.tap, t/self-check-tap.sh: Adjust.
* syntax-checks.mk (sc_tests_obsolete_variables): Add 'am_using_tap' to
the list of obsolete variables to check against.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
syntax-checks.mk
t/ax/am-test-lib.sh
t/ax/test-defs.in
t/ax/test-lib.sh
t/self-check-env-sanitize.tap
t/self-check-tap.sh