mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-06 16:20:23 +08:00
Enable colored Autotest testsuite output if available.
* tests/testsuite.at: Move AT_INIT call down to late in the file, all prior code can go beforehand. Call AT_COLOR_TESTS if defined. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
0263ff229b
commit
d640a3f4fc
@ -1,3 +1,10 @@
|
||||
2010-06-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Enable colored Autotest testsuite output if available.
|
||||
* tests/testsuite.at: Move AT_INIT call down to late in the
|
||||
file, all prior code can go beforehand.
|
||||
Call AT_COLOR_TESTS if defined.
|
||||
|
||||
2010-06-14 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
Pass resident test with --disable-shared too.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Process with autom4te to create an -*- Autotest -*- test suite.
|
||||
#
|
||||
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software
|
||||
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
|
||||
# Foundation, Inc.
|
||||
# Written by Gary V. Vaughan, 2004
|
||||
#
|
||||
@ -23,8 +23,6 @@
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
####
|
||||
|
||||
AT_INIT
|
||||
|
||||
m4_divert_push([PREPARE_TESTS])dnl
|
||||
: ${tst_dist=dist}
|
||||
: ${ACLOCAL=aclocal}
|
||||
@ -441,6 +439,11 @@ m4_pattern_allow([^dnl$])
|
||||
# We exercise these tools.
|
||||
dnl AT_TESTED([grep autoreconf autom4te automake])
|
||||
|
||||
# Enable colored output if available.
|
||||
m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
|
||||
|
||||
AT_INIT
|
||||
|
||||
## ----------- ##
|
||||
## The suite. ##
|
||||
## ----------- ##
|
||||
|
Loading…
x
Reference in New Issue
Block a user