From ed1ba708948983589e04c5492238403846b02e76 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 9 Sep 2020 11:36:53 +0200 Subject: [PATCH] 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. --- src/libtls/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2