Hash :
79ddf680
Author :
Date :
2011-08-01T18:32:17
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.
#! /bin/sh
# Copyright (C) 2011 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# TAP support:
# - colorized testsuite summary
. ./defs-static
use_colors=no
. "$testsrcdir"/tap-summary-aux.sh