From: Michael Tremer Date: Sun, 29 Dec 2024 19:03:17 +0000 (+0000) Subject: tests: Don't collect coverage information about tests X-Git-Tag: 0.9.30~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb8a8de463b9a29969ef7acd78a58021f0bda55;p=pakfire.git tests: Don't collect coverage information about tests Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 7bc64b650..54fbe480b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1218,12 +1218,10 @@ TESTSUITE_CPPFLAGS = \ TESTSUITE_CFLAGS = \ $(AM_CFLAGS) \ - $(COVERAGE_CFLAGS) \ $(JSON_C_CFLAGS) TESTSUITE_LDFLAGS = \ - $(AM_LDFLAGS) \ - $(COVERAGE_LDFLAGS) + $(AM_LDFLAGS) TESTSUITE_LDADD = \ tests/libtestsuite.la \