From aae8a1cfade3e37cada7e79392763e4fd78376ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 5 Feb 2019 11:01:20 +0100 Subject: Update ax_code_coverage.m4 to latest release of autoconf-archive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Rühsen --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 26d3dbbccb..b4d0db3b51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,7 +149,9 @@ symbol-check: fi rm -f symbols.last.tmp symbols.diff.tmp -@CODE_COVERAGE_RULES@ +include $(top_srcdir)/aminclude_static.am +clean-local: code-coverage-clean +distclean-local: code-coverage-dist-clean local-code-coverage-output: code-coverage-capture cat GnuTLS-$(VERSION)-coverage/index.html|grep headerCovTableEntry|grep '%'|head -1|sed 's/^.*>\([0-9]\+\.[0-9]\+\s*%\)<.*$$/ coverage lines: \1/' || true -- cgit v1.2.1