]> diplodocus.org Git - nmh/commitdiff
Enabled colorized test output (PASS/FAIL/summary) by default
authorDavid Levine <levinedl@acm.org>
Sat, 26 Jan 2013 14:52:50 +0000 (08:52 -0600)
committerDavid Levine <levinedl@acm.org>
Sat, 26 Jan 2013 14:52:50 +0000 (08:52 -0600)
via "color-tests" automake option.  To disable at runtime,
either set your AM_COLOR_TESTS environment variable to "no",
or provide that on the make check command line.

configure.ac

index 3bb692ef6763ac529d421aee07c03a28e94d53cb..d8a51a47bdc6a7ba73dd00021d3ed720e0564f7c 100644 (file)
@@ -8,7 +8,7 @@ AC_PREREQ([2.68])
 AC_INIT([nmh], m4_normalize(m4_include([VERSION])), [nmh-workers@nongnu.org])
 AC_CONFIG_SRCDIR([h/nmh.h])
 AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([-Wall foreign serial-tests subdir-objects 1.12])
+AM_INIT_AUTOMAKE([-Wall color-tests foreign serial-tests subdir-objects 1.12])
 
 AC_CANONICAL_HOST