aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-03-27 11:03:56 +0100
committerTobias Brunner <tobias@strongswan.org>2013-06-11 11:03:11 +0200
commit1f14b4a1f91f0b76369d3283a6771757e6437a23 (patch)
treeddd154edb17a23730f755132f8ee288343c57945 /HACKING
parent952073b8a71f950365eee3a486c3827d1ae42e9e (diff)
downloadstrongswan-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--HACKING5
1 files changed, 4 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index dbb347e6f..8755fd63f 100644
--- a/HACKING
+++ b/HACKING
@@ -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: