aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b1da163cb4..6b3785e403 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,6 +484,10 @@ after-update:: prereq
gcov:
$(Q) $(BASERUBY) $(srcdir)/tool/run-gcov.rb
+lcov:
+ $(Q) $(BASERUBY) $(srcdir)/tool/run-lcov.rb
+ $(Q) genhtml --ignore-errors source lcov-c-all.info -o lcov-out
+
update-doclie:
$(Q) $(srcdir)/tool/git-refresh -C $(srcdir)/coverage $(Q1:0=-q) \
--branch $(DOCLIE_GIT_REF) \