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_NAME)-
(PACKAGE_VERSION)-coverage directory.
You have to have lcov package installed for this to work.