summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2011-09-01 06:40:35 -0700
committerGarrett Regier <garrettregier@gmail.com>2011-09-18 07:09:56 -0700
commitcc5aa8b2ab30e888720eeb375126f741c08aae8d (patch)
treec3148ff3a81ead6487d384c7a13b14c57a87d6cf
parentd221ca2ebc7b2725628cbf2536c8ba4a859184a4 (diff)
downloadlibpeas-cc5aa8b2ab30e888720eeb375126f741c08aae8d.tar.gz
Print the test report name for easy viewing
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d7943c3..6eb1940 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -62,7 +62,9 @@ test-report perf-report full-report: all
echo >> $@.xml ; \
echo '</report-collection>' >> $@.xml ; \
$(GTESTER_REPORT) --version 2>/dev/null 1>&2 ; test "$$?" != 0 || \
- $(GTESTER_REPORT) $@.xml >$@.html ; \
+ ( $(GTESTER_REPORT) $@.xml >$@.html && \
+ echo " file://$(abs_top_builddir)/tests/$@.html" \
+ ) ; \
rm -rf "$$GTESTER_LOGDIR" ;
.PHONY: test test-gdb test-valgrind test-callgrind \