From: Michael Tremer Date: Tue, 31 Dec 2024 12:14:31 +0000 (+0000) Subject: Makefile: Link tests with -lgcov again X-Git-Tag: 0.9.30~636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be2e0e8a64c0d308c78232ce684da49ad1979423;p=pakfire.git Makefile: Link tests with -lgcov again Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 1f31c9f9a..679e611e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1220,7 +1220,8 @@ TESTSUITE_CFLAGS = \ $(JSON_C_CFLAGS) TESTSUITE_LDFLAGS = \ - $(AM_LDFLAGS) + $(AM_LDFLAGS) \ + $(COVERAGE_LDFLAGS) TESTSUITE_LDADD = \ tests/libtestsuite.la \