Hello! Noah Lavine <[email protected]> writes:
>> “./check-guile --coverage peg.test” can be used to measure code >> coverage, normally. > > I tried running that, but what all I got was this output: > > Running peg.test > > Totals for this test run: > passes: 21 > failures: 0 > unexpected passes: 0 > expected failures: 0 > unresolved test cases: 0 > untested test cases: 0 > unsupported test cases: 0 > errors: 0 > > That seems incorrect, but I don't know anything about check-guile. It should have produced $top_builddir/guile.info, which can be used as input to LCOV to generate an HTML code coverage report (http://ltp.sourceforge.net/coverage/lcov.php). Thanks, Ludo’.
