From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Thu, 4 Jan 2007 21:45:08 +0000 (+0100)
Subject: document coverage scripts.
X-Git-Tag: release/2.11.9-1~26
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f0bda57f54b40c8052b7e63c8a81bcadc9df366c;p=lilypond.git

document coverage scripts.
---

diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi
index d87936ce3d..616eed6010 100644
--- a/Documentation/topdocs/INSTALL.texi
+++ b/Documentation/topdocs/INSTALL.texi
@@ -187,6 +187,15 @@ For tracking memory usage as part of this test, you will need GUILE
 CVS; especially the following patch:
 @uref{http://lilypond.org/vc/gub.darcs/patches/guile-1.9-gcstats.patch}.
 
+For checking the coverage of the test suite, do the following
+
+@example
+  ./buildscripts/build-coverage.sh
+  @emph{# uncovered files, least covered first}
+  python ./buildscripts/coverage.py  --summary out-cov/*.cc
+  @emph{# consecutive uncovered lines, longest first} 
+  python ./buildscripts/coverage.py  --uncovered out-cov/*.cc
+@end example
 
 @section Building LilyPond