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)
commit8f2ef1a174d18a9efdf9b0bd2417132fe7d84e9f
tree58b88dacf5b0d19fa908f525ad1596aa55256b17
parentd2b03f006f98d504e3e30f2d4b91ce02abd19c51
Add code coverage testing support.

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.
.gitignore
Makefile.am
configure.ac
m4/ax_code_coverage.m4 [new file with mode: 0644]
src/Makefile.am