Re: [ovs-dev] [RFC 4/4] tests: enable basic lcov code coverage reporting support

2016-03-18 Thread Ben Pfaff
On Wed, Mar 02, 2016 at 04:40:48PM -0500, Lance Richardson wrote: > Add "check-lcov" target to generate an HTML code coverage report > for testsuite execution using lcov and genhtml. > > Signed-off-by: Lance Richardson Applied to master, thanks! By the way, "genhtml" is a terrible name and I ho

[ovs-dev] [RFC 4/4] tests: enable basic lcov code coverage reporting support

2016-03-02 Thread Lance Richardson
Add "check-lcov" target to generate an HTML code coverage report for testsuite execution using lcov and genhtml. Signed-off-by: Lance Richardson --- .gitignore| 1 + INSTALL.md| 6 ++ tests/automake.mk | 17 + 3 files changed, 24 insertions(+) diff --git a/