summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-07-20 00:24:41 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-07-20 00:24:41 +0200
commitbf994f0e260f43be5c3af16e3ed1d13149b31278 (patch)
tree4de5725de76ecd491f70fe896b247e934a0b6d04
parent3d3610ab08de713341c94ed2438f1f6eb86a9bfc (diff)
downloadconnman-bf994f0e260f43be5c3af16e3ed1d13149b31278.tar.gz
connman-bf994f0e260f43be5c3af16e3ed1d13149b31278.tar.bz2
connman-bf994f0e260f43be5c3af16e3ed1d13149b31278.zip
build: Use color output for unit tests
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7646fe2f..d82ecb63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT(connman, 0.75)
-AM_INIT_AUTOMAKE([foreign subdir-objects])
+AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])