]> git.donarmstrong.com Git - lilypond.git/commitdiff
new test targets.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Jan 2007 19:23:52 +0000 (20:23 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Jan 2007 19:23:52 +0000 (20:23 +0100)
Documentation/topdocs/INSTALL.texi
GNUmakefile.in

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
index b7a2421caf61fcf80da8b2999e409a03c8a46455..28a34a003bb0c528e4884118a47eb69cc9fe0829 100644 (file)
@@ -222,8 +222,9 @@ local-check: test
        $(PYTHON) $(buildscript-dir)/output-distance.py --create-images --output-dir $(RESULT_DIR) input/regression/out-test-baseline input/regression/out-test/
 
 
-test-clean:
+test-redo:
        $(PYTHON) $(buildscript-dir)/output-distance.py --remove-changed input/regression/out-test-baseline input/regression/out-test/
+       $(MAKE) check
 
-test-real-clean:
+test-clean:
        $(MAKE) -C input/regression/ out=test clean