]> git.donarmstrong.com Git - lilypond.git/commitdiff
document coverage scripts.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Jan 2007 21:45:08 +0000 (22:45 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Jan 2007 21:45:08 +0000 (22:45 +0100)
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