diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-03-27 17:41:04 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-06-11 11:03:12 +0200 |
commit | ab73ae67d3eed94ed16b41fdc66afee5e7027222 (patch) | |
tree | b3cc4bf0460a76783cad27117d912e40d87231e5 /src | |
parent | 9a8c873e90c9f5a38eee9a8df840d6ac679d564b (diff) | |
download | strongswan-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.am | 2 |
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@ |