diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-03-27 11:03:56 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-06-11 11:03:11 +0200 |
commit | 1f14b4a1f91f0b76369d3283a6771757e6437a23 (patch) | |
tree | ddd154edb17a23730f755132f8ee288343c57945 /HACKING | |
parent | 952073b8a71f950365eee3a486c3827d1ae42e9e (diff) | |
download | strongswan-1f14b4a1f91f0b76369d3283a6771757e6437a23.tar.bz2 strongswan-1f14b4a1f91f0b76369d3283a6771757e6437a23.tar.xz |
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.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,8 +18,11 @@ the code, you need the following tools: - lex/flex - yacc/bison - gperf + + Optionally: - check - - optionally Doxygen + - lcov/genhtml + - Doxygen To check out the master branch, use: |