From: Mark Wooding Date: Sat, 21 May 2016 10:26:40 +0000 (+0100) Subject: configure.ac: Turn on colour in the test output. X-Git-Tag: 2.2.2~2 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/1c8e76bd932668c8e26f9984ad008c0027dc1167?hp=12331b2df6b898d74eaee321eda4b0fe703031e5 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. --- 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