[glib] Print out URL to HTML coverage report after 'make lcov'



commit 4e4505b8deaad39d5a6dd598ad49f5cb5dd72480
Author: Stef Walter <stefw collabora co uk>
Date:   Sun Aug 28 06:58:29 2011 +0200

    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 files changed, 1 insertions(+), 0 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]