testsuite: use TAP for `depmod*' tests, related simplifications
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 6 Aug 2011 12:20:08 +0000 (14:20 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 6 Aug 2011 15:20:50 +0000 (17:20 +0200)
commit3ea0d41765a7f80a1a75e07151f015b793c363fe
tree4080d679b3174bd08c8ee392e37816a54cd70267
parent8b4dfc2d2923fd5d232b4b20ce147168b3532ab3
testsuite: use TAP for `depmod*' tests, related simplifications

* tests/depmod-tests.sh: Delete this complex and multifarious
script, moving all it checks it used to perform into ...
* tests/depmod.tap: ... this TAP-based test script.  And extend
it quite a bit, since the new form of the test was papering over
some pre-existing failures (this was due to the fact that the
values used for the VPATH were shorter in the new test script).
* tests/depmod-data.test: Deleted.
* tests/Makefile.am ($(srcdir)/depmod-tests.am): Don't include
nor generate it anymore.
(EXTRA_DIST): Don't distribute depmod-tests.sh anymore.
(TEST_EXTENSIONS): Remove '.depmod'.
(DEPMOD_LOG_COMPILER): Deleted.
(depmod-data.log, $(depmod_tests:.depmod=.log)): Delete
dependencies for these files, which are not used anymore.
($(depmod_tests)): Delete this dummy dependency declaration.
(TESTS): Remove $(depmod_tests).
(handwritten_tests): Remove depmod-data.test, add depmod.tap.
* bootstrap: Don't generate tests/depmod-tests.am anymore.
ChangeLog
bootstrap
tests/Makefile.am
tests/Makefile.in
tests/depmod-data.test [deleted file]
tests/depmod-tests.sh [deleted file]
tests/depmod.tap [new file with mode: 0755]