Add code coverage testing support.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Feb 2018 14:33:36 +0000 (15:33 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Feb 2018 14:33:36 +0000 (15:33 +0100)
Allows configure to be run with the --enable-code-coverage flag, allowing
one to run make check-code-coverage, which runs the test suite and produces
a code coverage report.


No differences found