From 47cba8ec7856368b382b0df78ee9eeedf6cefc31 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 31 Dec 2024 13:03:34 +0000 Subject: [PATCH] Revert "tests: Don't collect coverage information about tests" This reverts commit bcb8a8de463b9a29969ef7acd78a58021f0bda55. Signed-off-by: Michael Tremer --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 679e611e0..5d911e710 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1217,6 +1217,7 @@ TESTSUITE_CPPFLAGS = \ TESTSUITE_CFLAGS = \ $(AM_CFLAGS) \ + $(COVERAGE_CFLAGS) \ $(JSON_C_CFLAGS) TESTSUITE_LDFLAGS = \ -- 2.47.3