docs: rework and extend documentation on testsuites support
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 21 Jul 2011 15:07:54 +0000 (17:07 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 2 Aug 2011 21:01:25 +0000 (23:01 +0200)
commit3af7ec13fa085bbb532384d6bb7fd01fbd62391d
tree478873eef55471d8a08093b02a3ff5132925bf64
parent2fdeb6bb98b502373fbd7af66fd304724ddc94b6
docs: rework and extend documentation on testsuites support

* doc/automake.texi (Generalities about Testing): New section.
(Simple Tests using parallel-tests): Section removed, merged
into ...
(Simple Tests): ... this one, which on the other hand has been
subdivided into ...
(Script-based Testsuites, Serial Test Harness, Parallel Test
Harness): ... these new subsection.
(DejaGnu Tests): Minor adjustments.
Other related typofixes and rewordings throughout the manual;
in particular, avoid to use the term "test driver" for three
different concepts (and use instead "test harness" and "test
runner" where appropriate).
* tests/tap-doc.test: New test.
* tests/tap-no-disable-hard-error.test: Likewise.
* tests/Makefile.am (TESTS): Update.
ChangeLog
doc/automake.texi
tests/Makefile.am
tests/Makefile.in
tests/tap-doc.test [new file with mode: 0755]
tests/tap-no-disable-hard-error.test [new file with mode: 0755]