From f0bda57f54b40c8052b7e63c8a81bcadc9df366c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 4 Jan 2007 22:45:08 +0100 Subject: [PATCH] document coverage scripts. --- Documentation/topdocs/INSTALL.texi | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5