Coverage section refers to "check-lcoc" target, should be "check-lcov".
Signed-off-by: Lance Richardson <[email protected]> --- Documentation/topics/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst index 4b31966..3bee3a1 100644 --- a/Documentation/topics/testing.rst +++ b/Documentation/topics/testing.rst @@ -99,7 +99,7 @@ Coverage If the build was configured with ``--enable-coverage`` and the ``lcov`` utility is installed, you can run the testsuite and generate a code coverage report by -using the ``check-lcoc`` target:: +using the ``check-lcov`` target:: $ make check-lcov -- 2.5.5 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
