From: Christian Goeschel Ndjomouo Date: Sun, 3 May 2026 21:21:05 +0000 (-0400) Subject: build: (testcoverage) enable single tool testcoverage check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48eabb7e84046b811a02e277f51e4e03cb37554;p=thirdparty%2Futil-linux.git build: (testcoverage) enable single tool testcoverage check Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/Makefile.am b/Makefile.am index d21aa441e..185262d3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -351,7 +351,7 @@ checkusage: $(usrbin_exec_PROGRAMS) $(usrsbin_exec_PROGRAMS) testcoverage: - @ $(top_srcdir)/tools/testcoverage.sh $(top_srcdir) --show-missing-opts + @ $(top_srcdir)/tools/testcoverage.sh $(top_srcdir) --show-missing-opts $(ARGS) checklibdoc: @ $(top_srcdir)/tools/checklibdocs.sh \