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.
Support LCOV visualization for both C and Ruby code
./configure --enable-gcov && make exam && make lcovwill createlcov-c-out/index.htmlfor coverage of C code of the interpreter.make exam COVERAGE=true && make lcovwill createlcov-rb-out/index.htmlfor coverage of Ruby stdlib code.Using both
--enable-gcovandCOVERAGE=truewill createlcov-out/index.htmlfor total coverage.git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e