mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Print out URL to HTML coverage report after 'make lcov'
* For easy clicking https://bugzilla.gnome.org/show_bug.cgi?id=657540
This commit is contained in:
parent
21a5389340
commit
4e4505b8de
@ -86,6 +86,7 @@ genlcov:
|
|||||||
rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda
|
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
|
$(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
|
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:
|
lcov-clean:
|
||||||
-$(LTP) --directory $(top_builddir) -z
|
-$(LTP) --directory $(top_builddir) -z
|
||||||
|
Loading…
x
Reference in New Issue
Block a user