]> git.ipfire.org Git - thirdparty/automake.git/commit
docs: improve, extend and fix documentation on TAP support
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 2 Aug 2011 10:05:20 +0000 (12:05 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 2 Aug 2011 21:31:32 +0000 (23:31 +0200)
commit6d85101e57f1b6a57e317a415b5c46abd35509e4
tree9bfcb7e12df0300065db7cff62da2301ee659a75
parenta017bc080e3c36daa7ee0f3e26820d5f8540fe74
docs: improve, extend and fix documentation on TAP support

* doc/automake.texi ("Using the TAP test protocol"): Divide this
section into ...
("Introduction to TAP", "Use TAP with the Automake test harness",
"Incompatibilities with other TAP parsers and drivers", "Links
and external resources"): ... these subsections, extend them by
adding more information and examples, and improve them by removing
incomplete and/or temporary wordings and TODO items.
("Script-based Testsuites", "Parallel Test Harness"): Add a couple
of anchors to improve the granularity of cross-references.
* tests/tap-doc2.test: New test, verifying the correctness of the
new examples given in the manual.
* tests/Makefile.am (tap_other_tests): Add the new test.
ChangeLog
doc/automake.texi
tests/Makefile.am
tests/Makefile.in
tests/tap-doc2.test [new file with mode: 0755]