2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-25 15:07:05 +00:00
Files
openvswitch/README-gcov
Ben Pfaff 8faa5a2173 tests: Remove bit-rotted support for "lcov".
At one point I got the "lcov" utilities to work well with OVS.  Then I
didn't try to use them again for a year or so, and when I did I found that
it didn't work at all.  I wasn't able to fix the problem easily, so it
seems better to remove the feature than to leave around broken code.

Signed-off-by: Ben Pfaff <blp@nicira.com>
2012-07-20 13:10:48 -07:00

19 lines
407 B
Plaintext

Building with gcov support
==========================
The Open vSwitch "configure" script supports the following
code-coverage related options:
--disable-coverage
--enable-coverage=no
Do not build with gcov code coverage support.
This is the default if no coverage option is passed to
"configure".
--enable-coverage
--enable-coverage=yes
Build with gcov code coverage support.