]> git.ipfire.org Git - thirdparty/automake.git/commit
testsuite: better granularity in a couple of tests on TAP support
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 1 Aug 2011 16:32:17 +0000 (18:32 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 2 Aug 2011 21:31:31 +0000 (23:31 +0200)
commit79ddf6800c051f0b75b0b4115568644c156351c5
tree229a3190d5eaa66536840009070d33d312ec9e7c
parent6483ac07dfcca5ddd282113f23c3771a8027767c
testsuite: better granularity in a couple of tests on TAP support

* tests/tap-summary-aux.sh: New auxiliary script, filled with code
moved out from ...
* tests/tap-summary.test: ... this test, from which the checks on
colored testsuite have further been moved into ...
* tests/tap-summary-color.test: ... this new test, which in turn
* tests/Makefile.am (tap_other_tests): Add `tap-summary-color.test'.
(EXTRA_DIST): Distribute `tap-summary-aux.sh'
(tap-summary.log): Depend on `tap-summary-aux.sh'.
(tap-summary-color.log): Likewise.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/tap-summary-aux.sh [new file with mode: 0755]
tests/tap-summary-color.test [new file with mode: 0755]
tests/tap-summary.test