aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-04 16:02:19 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-04 16:02:19 +0000
commit99ad4ea9bb5cd552e10c51f8ce5349104097b4da (patch)
tree02cead8a0b6a4711ba11b581ab37b0343d223516 /Makefile.in
parentcbfb58976b3b83941be193f24c3b3280867d8228 (diff)
downloadruby-99ad4ea9bb5cd552e10c51f8ce5349104097b4da.tar.gz
Use lcov visualizer for gcov statistics
This experimental feature is only for Ruby-core team, not for casual users. Usage: `./configure --enable-gcov && make && make exam && make lcov` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b1da163cb4..6b3785e403 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,6 +484,10 @@ after-update:: prereq
gcov:
$(Q) $(BASERUBY) $(srcdir)/tool/run-gcov.rb
+lcov:
+ $(Q) $(BASERUBY) $(srcdir)/tool/run-lcov.rb
+ $(Q) genhtml --ignore-errors source lcov-c-all.info -o lcov-out
+
update-doclie:
$(Q) $(srcdir)/tool/git-refresh -C $(srcdir)/coverage $(Q1:0=-q) \
--branch $(DOCLIE_GIT_REF) \