[glib] Generate overview images for coverage
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Generate overview images for coverage
- Date: Fri, 29 Nov 2013 02:56:48 +0000 (UTC)
commit 38afb17598c509f2960891b16deb3625ec64b1dc
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Nov 28 14:50:59 2013 -0500
Generate overview images for coverage
lcov has the options to generate overview images for each source
file with the --frames option. Lets try this.
glib.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib.mk b/glib.mk
index de87d58..f38d929 100644
--- a/glib.mk
+++ b/glib.mk
@@ -54,7 +54,7 @@ lcov:
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
+ LANG=C $(LTP_GENHTML) --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code
Coverage" --legend --frames --show-details glib-lcov.info
@echo "file://$(abs_top_builddir)/glib-lcov/index.html"
lcov-clean:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]