aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-03-27 17:41:04 +0100
committerTobias Brunner <tobias@strongswan.org>2013-06-11 11:03:12 +0200
commitab73ae67d3eed94ed16b41fdc66afee5e7027222 (patch)
treeb3cc4bf0460a76783cad27117d912e40d87231e5 /src
parent9a8c873e90c9f5a38eee9a8df840d6ac679d564b (diff)
downloadstrongswan-ab73ae67d3eed94ed16b41fdc66afee5e7027222.tar.bz2
strongswan-ab73ae67d3eed94ed16b41fdc66afee5e7027222.tar.xz
Also capture coverage data for tests but filter them from the result
Otherwise calls from test cases to static inline functions are not captured.
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/tests/Makefile.am b/src/libstrongswan/tests/Makefile.am
index e99b3b5e9..5e3a2526d 100644
--- a/src/libstrongswan/tests/Makefile.am
+++ b/src/libstrongswan/tests/Makefile.am
@@ -8,9 +8,9 @@ test_runner_SOURCES = \
test_chunk.c test_hashtable.c test_identification.c \
test_threading.c test_utils.c
-
test_runner_CFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
+ @COVERAGE_CFLAGS@ \
@CHECK_CFLAGS@
test_runner_LDFLAGS = @COVERAGE_LDFLAGS@