[libpeas] Print the test report name for easy viewing
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Print the test report name for easy viewing
- Date: Wed, 21 Sep 2011 09:32:12 +0000 (UTC)
commit cc5aa8b2ab30e888720eeb375126f741c08aae8d
Author: Garrett Regier <garrettregier gmail com>
Date: Thu Sep 1 06:40:35 2011 -0700
Print the test report name for easy viewing
tests/Makefile.am | 4 +++-
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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]