]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Enable colored Autotest testsuite output if available.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Jun 2010 09:46:16 +0000 (11:46 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 14 Jun 2010 18:39:43 +0000 (20:39 +0200)
* 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>
ChangeLog
tests/testsuite.at

index 2ffbceecc79c74ccaef5aad4c47e15c0b3d41d75..8629a747996267e3df8fb158b301e0abaab72816 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 423e54461f0099c44bc4c69e79be43dc1ff48092..393596269ca872e14dec4ad15581bd31e258c536 100644 (file)
@@ -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.  ##
 ## ----------- ##