Also capture coverage data for tests but filter them from the result

Otherwise calls from test cases to static inline functions are not captured.
This commit is contained in:
Tobias Brunner
2013-06-11 11:03:12 +02:00
parent 9a8c873e90
commit ab73ae67d3
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -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@