]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: more use of TAP in our own testsuite
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 6 Sep 2011 21:38:47 +0000 (23:38 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 6 Sep 2011 21:49:07 +0000 (23:49 +0200)
commitd1fc9fcd554fccdac65a0e57c067d1fe55ad5cf7
tree549727730b374f4f81f5aa076e4e07bdb0574360
parentaf6352fd3d75e92cc9e476a14d902527f67f71ef
tests: more use of TAP in our own testsuite

* tests/parallel-tests-interrupt.test: Renamed ...
* tests/parallel-tests-interrupt.tap: ... to this, and converted
to the use of TAP protocol.
* tests/self-check-cleanup.test: Renamed ...
* tests/self-check-cleanup.tap: ... to this, and converted to the
use of TAP protocol.
* tests/self-check-dir.test: Renamed ...
* tests/self-check-dir.tap: ... to this, and converted to the use
of TAP protocol.
* tests/self-check-is_newest.test: Renamed ...
* tests/self-check-is_newest.tap: ... to this, and converted to
the use of TAP protocol.
* tests/self-check-unindent.test: Renamed ...
* tests/self-check-unindent.tap: ... to this, and converted to
the use of TAP protocol.
* tests/list-of-tests.mk: Update.
ChangeLog
tests/Makefile.in
tests/list-of-tests.mk
tests/parallel-tests-interrupt.tap [moved from tests/parallel-tests-interrupt.test with 63% similarity]
tests/self-check-cleanup.tap [moved from tests/self-check-cleanup.test with 56% similarity]
tests/self-check-dir.tap [new file with mode: 0755]
tests/self-check-dir.test [deleted file]
tests/self-check-is_newest.tap [moved from tests/self-check-is_newest.test with 77% similarity]
tests/self-check-unindent.tap [moved from tests/self-check-unindent.test with 76% similarity]