From: David Levine Date: Sat, 26 Jan 2013 14:52:50 +0000 (-0600) Subject: Enabled colorized test output (PASS/FAIL/summary) by default X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/dbc395a6d80f378a6ebf82dc10334468a2861b0f?hp=-c Enabled colorized test output (PASS/FAIL/summary) by default 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. --- dbc395a6d80f378a6ebf82dc10334468a2861b0f diff --git a/configure.ac b/configure.ac index 3bb692ef..d8a51a47 100644 --- a/configure.ac +++ b/configure.ac @@ -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