]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clean the snippets when running "make test-clean"
authorJoe Neeman <joeneeman@gmail.com>
Fri, 6 Jun 2008 00:03:50 +0000 (10:03 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Fri, 6 Jun 2008 00:03:50 +0000 (10:03 +1000)
GNUmakefile.in

index 6da515c15dcfea28f0acb83641ce100b54a124d2..0cd13623ca424b7f24121594cd3421f89585107b 100644 (file)
@@ -217,7 +217,7 @@ test-baseline:
        $(MAKE) test
        $(MAKE) out=test -C input/regression/ local-test-baseline
        $(MAKE) out=test -C input/regression/musicxml local-test-baseline
-       rm -rf out/lybook-testdb/
+       $(MAKE) test-snippets-clean
 
 
 local-check: test
@@ -234,8 +234,11 @@ test-redo:
        done
        $(MAKE) check
 
-test-clean: snippets-clean
+test-clean: test-snippets-clean
        $(MAKE) -C input/regression/ out=test clean
 
 snippets-clean:
        rm -rf out/lybook-db
+
+test-snippets-clean:
+       rm -rf out/lybook-testdb