From 4e4505b8deaad39d5a6dd598ad49f5cb5dd72480 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 28 Aug 2011 06:58:29 +0200 Subject: [PATCH] Print out URL to HTML coverage report after 'make lcov' * For easy clicking https://bugzilla.gnome.org/show_bug.cgi?id=657540 --- Makefile.decl | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.decl b/Makefile.decl index f4ba2a2..d84030d 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 -- 2.7.4