build: Use color output for unit tests
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 19 Jul 2011 22:24:41 +0000 (00:24 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 19 Jul 2011 22:24:41 +0000 (00:24 +0200)
configure.ac

index 7646fe2..d82ecb6 100644 (file)
@@ -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])])