From: Christian Goeschel Ndjomouo Date: Thu, 22 Jan 2026 00:13:48 +0000 (-0500) Subject: build-sys: add a target for tools/testcoverage.sh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29539b7f6e9c5c28596bdd6e696e8a1ec4d51f03;p=thirdparty%2Futil-linux.git build-sys: add a target for tools/testcoverage.sh Signed-off-by: Christian Goeschel Ndjomouo --- 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 \