* lib/tap-driver.pl, lib/test-driver: Here, about synchronization of
definition of ANSI color escapes with the relevant makefile fragments.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
my $HELP = "$ME: TAP-aware test driver for Automake testsuite harness." .
"\n" . $USAGE;
-# Keep this in sync with `lib/am/check.am:$(am__tty_colors)'.
+# Keep in sync with 'lib/am/color-tests.am:$(am.test-suite.tty-colors)'.
my %COLOR = (
red => "\e[0;31m",
grn => "\e[0;32m",
done
if test $color_tests = yes; then
- # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
+ # Keep in sync with 'lib/am/color-tests.am:$(am.test-suite.tty-colors)'.
red='\e[0;31m' # Red.
grn='\e[0;32m' # Green.
lgn='\e[1;32m' # Light green.