]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/INSTALL.texi
document coverage scripts.
[lilypond.git] / Documentation / topdocs / INSTALL.texi
index d87936ce3d1cadeb0124b39f89b54f70b0271fa1..616eed601084caceba3f341beece0b8cc4338636 100644 (file)
@@ -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