Gcov
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_VERSION)-coverage directory.
You have to have lcov package installed for this to work.
Merge request reports
Activity
Please register or sign in to reply