]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/INSTALL.texi
new test targets.
[lilypond.git] / Documentation / topdocs / INSTALL.texi
index 0dc4d36e2d81d13b63a54bba75b6d9da569a4047..d87936ce3d1cadeb0124b39f89b54f70b0271fa1 100644 (file)
@@ -165,19 +165,19 @@ change. This is done as follows
 
 @example
   make test-baseline
-  @emph{apply your changes, compile}
+  @emph{## apply your changes, compile}
   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.  
+whether in the layout, MIDI, performance or error reporting.
 
 To rerun tests, use
 
 @example
-  make test-clean          @emph{## remove files differing from baseline}
-  make test-real-clean     @emph{## remove all test results}
+  make test-redo           @emph{## redo files differing from baseline}
+  make test-clean          @emph{## remove all test results}
 @end example
 
 @noindent