From bcb8a8de463b9a29969ef7acd78a58021f0bda55 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 29 Dec 2024 19:03:17 +0000 Subject: [PATCH] tests: Don't collect coverage information about tests Signed-off-by: Michael Tremer --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 \ -- 2.47.3