]> git.ipfire.org Git - people/ms/strongswan.git/commit
Add --enable-coverage configure option
authorTobias Brunner <tobias@strongswan.org>
Wed, 27 Mar 2013 10:03:56 +0000 (11:03 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 11 Jun 2013 09:03:11 +0000 (11:03 +0200)
commit1f14b4a1f91f0b76369d3283a6771757e6437a23
treeddd154edb17a23730f755132f8ee288343c57945
parent952073b8a71f950365eee3a486c3827d1ae42e9e
Add --enable-coverage configure option

This configure flag enables lcov [1] coverage generation and is intended
to be used with unit tests (--enable-unit-tests is implied).

A html coverage report can be generated by issuing the following command
in the toplevel build directory:

make coverage

[1] - http://ltp.sourceforge.net/coverage/lcov.php

Based on a patch by Adrian-Ken Rueegsegger.
.gitignore
HACKING
Makefile.am
configure.in