From 1c8e76bd932668c8e26f9984ad008c0027dc1167 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 21 May 2016 11:26:40 +0100 Subject: [PATCH] configure.ac: Turn on colour in the test output. It makes it easier to spot the bad ones in a vast spew of parallel test runs across multiple target platforms. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b88f1fd5..c3e55ca4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.11.0