summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-07-01 20:02:22 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-07-01 20:02:22 +0100
commit9d810e7ff7fd31016a72b70bd9b974a8ffc6083c (patch)
tree2bf3d784e9c0cede48e2d64c10421ac9434afe0f
parentc0a83565179f4af9777aa4947624b2c313ee17c7 (diff)
tests: Enable automake’s color-tests option
Colours! Ponies!
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0b66eb6..4518546 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_CONFIG_SRCDIR([clang-plugin/plugin.cpp])
AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE([1.12 dist-xz no-dist-gzip check-news subdir-objects parallel-tests])
+AM_INIT_AUTOMAKE([1.12 dist-xz no-dist-gzip check-news subdir-objects color-tests parallel-tests])
AM_SILENT_RULES([yes])
AC_PROG_CXX