Project

General

Profile

« Previous | Next » 

Revision 0919c055

Added by mame (Yusuke Endoh) about 8 years ago

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