tests: Remove bit-rotted support for "lcov".
[openvswitch] / README-gcov
index 01c49cc713713065a57f5aab356ebc1554794537..2fe9f3a7cfe119ecad934d895349a82254a144be 100644 (file)
@@ -16,9 +16,3 @@ code-coverage related options:
   --enable-coverage=yes
 
     Build with gcov code coverage support.
-
-    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