tests: merge, tweak and modernize few test scripts
commit9a2796ad854c70c221c9d19956264246d9783430
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 9 Jun 2012 18:49:09 +0000 (9 20:49 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 14:10:42 +0000 (27 16:10 +0200)
treea080d421c5fd30e2d64c3d6a9877f7476e45aba0
parent44d202536a5fd0ac670eef7f43326093c8c9bc5b
tests: merge, tweak and modernize few test scripts

Basically an adjusted-and-improved cherry-pick from Automake-NG
commit v1.12.1-343-gff30f83.

* t/specflg.sh, t/specflg2.sh, t/specflg3.sh: Merged into ...
* t/per-target-flags.sh: ... this test.
* t/fo.sh: Remove, its weak grepping checks well superseded by
the semantic checks in 't/fort4.sh'.
* t/cxxo.sh: Remove, its weak grepping checks well superseded
by the semantic checks in 't/cxx-demo.sh'.
* t/cxxcpp.sh: Enhance a little.
* t/empty.sh: Renamed ...
* t/empty-data-primary.sh: ... to this.  Add trailing ':' command.
* t/empty2.sh, t/empty3.sh, t/empty4.sh: Merged ...
* t/empty-sources-primary.tap: ... into this new test.
* t/no-outdir-option.sh: Remove.  A test to check than an obsolete
and now deleted option ("--output-dir") stays deleted is way too
much even for the most test-infected person ;-)
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
13 files changed:
t/cxxcpp.sh
t/cxxo.sh [deleted file]
t/empty-data-primary.sh [moved from t/empty.sh with 100% similarity]
t/empty-sources-primary.tap [moved from t/empty4.sh with 63% similarity]
t/empty2.sh [deleted file]
t/empty3.sh [deleted file]
t/fo.sh [deleted file]
t/list-of-tests.mk
t/no-outdir-option.sh [deleted file]
t/per-target-flags.sh [new file with mode: 0755]
t/specflg.sh [deleted file]
t/specflg2.sh [deleted file]
t/specflg3.sh [deleted file]