X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README-gcov;h=01c49cc713713065a57f5aab356ebc1554794537;hb=refs%2Fheads%2Fbranch-1.5;hp=665a1ec14886d9c3cf164cad3d141fa08eff6486;hpb=f1acd62b54376a425a975f9af501c4c8c5689b39;p=sliver-openvswitch.git diff --git a/README-gcov b/README-gcov index 665a1ec14..01c49cc71 100644 --- a/README-gcov +++ b/README-gcov @@ -15,17 +15,10 @@ code-coverage related options: --enable-coverage --enable-coverage=yes - Build with gcov code coverage support, but do not assume that any - coverage-related tools are installed and do not add special - coverage support to the test suite. + Build with gcov code coverage support. - --enable-coverage=lcov - - Build with gcov code coverage support, as above, but also add - support for coverage analysis to the test suite. Running "make - check" will produce a directory "tests/coverage.html" in the build - directory with an analysis of the test suite's coverage. - - This setting requires the lcov suite of utilities to be installed. - The "lcov" and "genhtml" programs from lcov must be in PATH. lcov - is available at: http://ltp.sourceforge.net/coverage/lcov.php + If you enable coverage and you have the "lcov" and "genhtml" + programs in PATH, then you may run "make check-lcov" to produce a + directory "tests/coverage.html" in the build directory with an + analysis of the test suite's coverage. lcov is available at + http://ltp.sourceforge.net/coverage/lcov.php