diff options
author | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-22 17:30:32 +0200 |
---|---|---|
committer | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-22 17:30:32 +0200 |
commit | 1a23b3ce2f6bccda647a8cf42febad3ac084ca33 (patch) | |
tree | e8ac6a28baec9638949279f14b47ff2555cbb201 /Makefile.am | |
parent | 3511b6e24001bf1519f359e92fcc7bcb959ed456 (diff) |
Run tests verbosely
Without the verbose flag, gtester just says "1 test passed" or "1
test failed", which is not very informative.
[#26]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |