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.
This commit is contained in:
Tobias Brunner 2020-09-09 11:36:53 +02:00
parent d5d6d671fb
commit ed1ba70894
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = \
@COVERAGE_CFLAGS@
AM_LDFLAGS = \
-no-undefined