docs, tests: synchronize examples from docs to tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 30 Jun 2011 18:05:25 +0000 (20:05 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 1 Jul 2011 09:33:46 +0000 (11:33 +0200)
commita44667dce47afd200d990910f8e8a966276be756
tree6b4abce69bdb9e9eb6e77f1350b58e9e9e3171b6
parente7a6300b022c251e067dd75229d5c02b658c49d2
docs, tests: synchronize examples from docs to tests

* tests/README (Writing test cases): Give suggestions on how to
keep test cases and examples in the documentation synchronized.
* doc/automake.texi: Improve or fix existing testcase-referencing
comments, and add many new ones.
* HACKING (Administrivia): Suggest to test complex examples and
idioms from the manual.
* tests/specflg8.test: Improve synchronization with the example
in the manual.
* tests/output11.test:Likewise.
* tests/txinfo21.test:Likewise.
* tests/interp.test: Likewise.  Since we are at it, and enable
the `errexit' shell flag, do related changes, and add trailing
`:'command.
* tests/amhello-cflags.test: New test.
* tests/amhello-cross-compile.test: Likewise.
* tests/amhello-binpkg.test: Likewise.
* tests/tests-environment-backcompat: Likewise.
* tests/parallel-tests-log-compiler-example.test: Likewise.
* tests/Makefile.am (TESTS): Update.
14 files changed:
ChangeLog
HACKING
doc/automake.texi
tests/Makefile.am
tests/Makefile.in
tests/README
tests/amhello-binpkg.test [new file with mode: 0755]
tests/amhello-cflags.test [new file with mode: 0755]
tests/amhello-cross-compile.test [new file with mode: 0755]
tests/interp.test
tests/parallel-tests-log-compiler-example.test [new file with mode: 0755]
tests/specflg8.test
tests/tests-environment-backcompat.test [new file with mode: 0755]
tests/txinfo21.test