From: Tobias Brunner Date: Wed, 9 Sep 2020 09:36:53 +0000 (+0200) Subject: libtls: Enable code coverage X-Git-Tag: 5.9.1dr1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1ba708948983589e04c5492238403846b02e76;p=thirdparty%2Fstrongswan.git libtls: Enable code coverage While the test runner was already correctly set up, the library itself was not and no coverage was reported for any of its files. --- diff --git a/src/libtls/Makefile.am b/src/libtls/Makefile.am index b6496363c0..7319bd76fe 100644 --- a/src/libtls/Makefile.am +++ b/src/libtls/Makefile.am @@ -1,6 +1,9 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/libstrongswan +AM_CFLAGS = \ + @COVERAGE_CFLAGS@ + AM_LDFLAGS = \ -no-undefined