configure.ac: Turn on colour in the test output.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 21 May 2016 10:26:40 +0000 (11:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 May 2016 16:51:48 +0000 (17:51 +0100)
It makes it easier to spot the bad ones in a vast spew of parallel test
runs across multiple target platforms.

configure.ac

index b88f1fd..c3e55ca 100644 (file)
@@ -31,7 +31,7 @@ mdw_AUTO_VERSION
 AC_INIT([catacomb], AUTO_VERSION, [mdw@distorted.org.uk])
 AC_CONFIG_SRCDIR([catacomb.pc.in])
 AC_CONFIG_AUX_DIR([config])
-AM_INIT_AUTOMAKE([foreign parallel-tests subdir-objects])
+AM_INIT_AUTOMAKE([foreign parallel-tests color-tests subdir-objects])
 mdw_SILENT_RULES
 
 AC_PROG_CC