/usr/src/openvswitch-2.0.1+git20140120/README-gcov is in openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 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.
|