From 5e34573c2cff345a2aa3c972ec4a0150f4c4183e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 21 Oct 2009 14:03:18 -0500 Subject: Turning on verbose output and showing the status of all tests. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 4044617..865573b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ XML_REPORT = libcustomindicator-check-results.xml HTML_REPORT = libcustomindicator-check-results.html libcustomindicator-tester: test-libcustomindicator - gtester -o=$(XML_REPORT) ./test-libcustomindicator + gtester -k --verbose -o=$(XML_REPORT) ./test-libcustomindicator check-local: libcustomindicator-tester -- cgit v1.2.3