From 1a23b3ce2f6bccda647a8cf42febad3ac084ca33 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Mon, 22 Apr 2013 17:30:32 +0200 Subject: Run tests verbosely Without the verbose flag, gtester just says "1 test passed" or "1 test failed", which is not very informative. [#26] --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9360eb0..b9c1b1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,7 @@ endif include $(top_srcdir)/test/Makefile.am # Run tests when running 'make check' -TESTS_ENVIRONMENT = gtester -k -o test-results.xml +TESTS_ENVIRONMENT = gtester -k -o test-results.xml --verbose TESTS = test/run-tests CLEANFILES += test-results.xml -- cgit v1.2.3