aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 024d9e452..3deb9fdb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,7 @@ apidoc/
*.tar.bz2
*.tar.gz
.DS_Store
+coverage/
+*.gcno
+*.gcda
+*.gcov \ No newline at end of file