summaryrefslogtreecommitdiff
path: root/Makefile.decl
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-08-28 06:58:29 +0200
committerMatthias Clasen <mclasen@redhat.com>2011-08-29 15:14:38 -0400
commit4e4505b8deaad39d5a6dd598ad49f5cb5dd72480 (patch)
treeb7c7c56c4b4aac585cf65bca64185a6fe96c2d19 /Makefile.decl
parent21a538934091e1449e0479daf066fa20df2dc2ef (diff)
downloadglib-4e4505b8deaad39d5a6dd598ad49f5cb5dd72480.tar.gz
Print out URL to HTML coverage report after 'make lcov'
* For easy clicking https://bugzilla.gnome.org/show_bug.cgi?id=657540
Diffstat (limited to 'Makefile.decl')
-rw-r--r--Makefile.decl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.decl b/Makefile.decl
index f4ba2a2d5..d84030daa 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -86,6 +86,7 @@ genlcov:
rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda
$(LTP) --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool
LANG=C $(LTP_GENHTML) --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --show-details glib-lcov.info
+ @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
lcov-clean:
-$(LTP) --directory $(top_builddir) -z