Skip to content

Gcov

Ondřej Surý requested to merge gcov into master

This MR adds support to enable code coverage testing with:

./configure --enable-code-coverage
make
make check-code-coverage

The output can be found in (PACKAGE_NAME)-(PACKAGE_VERSION)-coverage directory.

You have to have lcov package installed for this to work.

Merge request reports