From: Joe Neeman Date: Fri, 6 Jun 2008 00:03:50 +0000 (+1000) Subject: Clean the snippets when running "make test-clean" X-Git-Tag: release/2.11.48-1~6^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6832f63afb9530525b104846c72f8edec0dd02c0;p=lilypond.git Clean the snippets when running "make test-clean" --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 6da515c15d..0cd13623ca 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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