]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Report test coverage of libcharon and starter
authorTobias Brunner <tobias@strongswan.org>
Thu, 2 Jun 2016 16:15:27 +0000 (18:15 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 17 Jun 2016 16:48:08 +0000 (18:48 +0200)
src/libcharon/Makefile.am
src/starter/Makefile.am

index 77e2dca0dcf1b29238c6f7efcee502eaf952168d..550f6eb9c4afaff21c8b6defa84fb4c957007c88 100644 (file)
@@ -154,6 +154,9 @@ AM_CPPFLAGS = \
        -DIPSEC_DIR=\"${ipsecdir}\" \
        -DIPSEC_PIDDIR=\"${piddir}\"
 
+AM_CFLAGS = \
+  @COVERAGE_CFLAGS@
+
 AM_LDFLAGS = \
   -no-undefined
 
index 787cec41ca7cffe368ff8f5285425c07c527aa81..873c20acedb389a5a8492ef8edb435062628bbf4 100644 (file)
@@ -28,6 +28,9 @@ AM_CPPFLAGS = \
        -DPLUGINS=\""${starter_plugins}\"" \
        -DDEBUG
 
+AM_CFLAGS = \
+       @COVERAGE_CFLAGS@
+
 AM_YFLAGS = -v -d
 
 starter_LDADD = \