Color tests
Makefile.am
28 | 28 | test-modules/testsuite.scm | |
29 | 29 | ||
30 | 30 | 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 | |
32 | 32 | TESTS = tests/compact.scm \ | |
33 | 33 | tests/expand.scm \ | |
34 | 34 | tests/flatten.scm \ |