]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/INSTALL.texi
Compare logfiles for tests.
[lilypond.git] / Documentation / topdocs / INSTALL.texi
index 52d8d8cf767d01049a9dc0f332873e3867dfa407..6a7196fabd80e1c85de4f39aecbfa7fe426d92dc 100644 (file)
@@ -157,6 +157,22 @@ make out=www web-install
 @end example
 @end quotation
 
+@section Testing LilyPond
+
+LilyPond comes with an extensive suite that excercises the entire
+program. This suite can be used to automatically check the impact of a
+change. This is done as follows
+
+@example
+  make ok-test
+  @emph{apply your changes, compile}
+  make test-clean
+  make check
+@end example
+
+This will leave an HTML page @file{out/test-results/index.html}.  This
+page shows all the important differences that your change introduced,
+whether in the layout, the MIDI output, or error reporting.
 
 @section Building LilyPond