docs: document custom test drivers and protocols
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 22 Jun 2011 19:59:34 +0000 (21:59 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 29 Jun 2011 08:40:09 +0000 (10:40 +0200)
commit1402741313cf6c2fe8611eb294f9a8111c994a32
treece0ebccaa69dfbf3ffeb2381a38ff3715109d7fc
parent3605250b571309a41f52ba110c1f14d2a2ca25f7
docs: document custom test drivers and protocols

* doc/automake.texi (Simple Tests): Note that the TESTS_ENVIRONMENT
use suggested here is not portable to 'parallel-tests'.
(Simple Tests using parallel-tests): Document new restrictions on
the uses of TESTS_ENVIRONMENT and AM_TESTS_ENVIRONMENT.
(Custom Test Drivers): New section and node.
(Overview of Custom Test Drivers Support): New subsection.
(Declaring Custom Test Drivers in @file{Makefile.am}): Likewise.
(APIs for Custom Test Drivers): Likewise.
(Options): Update description of color-tests.
* lib/am/check ($(TEST_SUITE_LOG)): Remove comments that have been
moved into the manual.
(recheck, recheck-html): Minor adjustments to better conform to the
documentation (this should cause no semantic changes w.r.t. the
former behaviour); minor improvements and extensions to existing
comments.
* tests/test-driver-create-log-dir.test: New test.
* tests/test-driver-strip-vpath.test: Likewise.
* tests/test-driver-global-log.test: Likewise.
* tests/test-driver-recheck.test: Likewise.
* tests/Makefile.am (TESTS): Update.
ChangeLog
doc/automake.texi
lib/Automake/tests/Makefile.in
lib/am/check.am
tests/Makefile.am
tests/Makefile.in
tests/test-driver-create-log-dir.test [new file with mode: 0755]
tests/test-driver-global-log.test [new file with mode: 0755]
tests/test-driver-recheck.test [new file with mode: 0755]
tests/test-driver-strip-vpath.test [new file with mode: 0755]