summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-09 13:09:21 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-09 13:09:21 +0000
commit0919c05501c6fca8733af06863517b88643c2910 (patch)
treeee4455b14794554ecb132e7a7eec3a664211042e /Makefile.in
parent19ae6bc70dcd27fa79f703c092247eca483303d3 (diff)
Support LCOV visualization for both C and Ruby code
`./configure --enable-gcov && make exam && make lcov` will create `lcov-c-out/index.html` for coverage of C code of the interpreter. `make exam COVERAGE=true && make lcov` will create `lcov-rb-out/index.html` for coverage of Ruby stdlib code. Using both `--enable-gcov` and `COVERAGE=true` will create `lcov-out/index.html` for total coverage. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 574b4891b6..b977e8c6fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -500,7 +500,6 @@ gcov:
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) \