Color tests

Julien LepillerMon Mar 30 03:32:58+0200 2020

d7b32dd

Color tests

Makefile.am

2828
  test-modules/testsuite.scm
2929
3030
TEST_EXTENSIONS = .scm
31-
SCM_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh --ignore-exit
31+
SCM_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh --color-tests yes --ignore-exit
3232
TESTS = tests/compact.scm \
3333
		tests/expand.scm \
3434
		tests/flatten.scm \