From 29539b7f6e9c5c28596bdd6e696e8a1ec4d51f03 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Wed, 21 Jan 2026 19:13:48 -0500 Subject: [PATCH] build-sys: add a target for tools/testcoverage.sh Signed-off-by: Christian Goeschel Ndjomouo --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 99384a1c2..4ac3b2e57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -348,6 +348,9 @@ checkusage: $(bin_PROGRAMS) $(sbin_PROGRAMS) \ $(usrbin_exec_PROGRAMS) $(usrsbin_exec_PROGRAMS) +testcoverage: + @ $(top_srcdir)/tools/testcoverage.sh $(top_srcdir) --show-missing-opts + checklibdoc: @ $(top_srcdir)/tools/checklibdocs.sh \ $(top_srcdir)/libmount/src/libmount.sym \ -- 2.47.3