OSDN Git Service

Use color output for unit tests
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Oct 2011 22:48:36 +0000 (15:48 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Oct 2011 22:48:36 +0000 (15:48 -0700)
configure.ac

index 908ad55..50ca5dc 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT(bluez, 4.96)
 
-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])])