aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-03-11 14:19:59 +0100
committerTobias Brunner <tobias@strongswan.org>2014-05-15 11:28:08 +0200
commitb98551c74a6a8ee8f713b0d2b47a7c654b13598b (patch)
tree2ab6eeddd6e5e3c4bb402e7542b0f630858981b7 /Makefile.am
parentf5dd274ab8aab6255b34f1f580a79a99dbdb2fa1 (diff)
downloadstrongswan-b98551c74a6a8ee8f713b0d2b47a7c654b13598b.tar.bz2
strongswan-b98551c74a6a8ee8f713b0d2b47a7c654b13598b.tar.xz
coverage: Make genhtml not fail if sources are not found
For some reason the .y and .l files of the settings parser are searched in the wrong directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e3c72b3b..0703abc10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,7 @@ cov-report:
lcov -r $(top_builddir)/coverage/coverage.info '*/tests/*' \
-o $(top_builddir)/coverage/coverage.cleaned.info \
--rc lcov_branch_coverage=1
- genhtml --num-spaces 4 --legend --branch-coverage \
+ genhtml --num-spaces 4 --legend --branch-coverage --ignore-errors source \
-t "$(PACKAGE_STRING)" \
-o $(top_builddir)/coverage/html \
-p `readlink -m $(abs_top_srcdir)`/src \