X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=ca3d09938459cb80cd72e8b851ef6ca8dfbda97d;hb=77706635f33adff837dc7af0482f51ff3f0f5cb1;hp=04ce4e6e726215fce75d53f56416475fb34ced8e;hpb=9e1355e4dd31e809b4c5e604e761ad3f91b12d51;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 04ce4e6e72..ca3d099384 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -251,11 +251,12 @@ RESULT_DIR=$(top-build-dir)/out/test-results test: @echo 'For tracking crashes: use' @echo - @echo ' grep sourcefilename `grep -L systems.texi out/lybook-db/*/*log|sed s/log/ly/g`' + @echo ' grep sourcefilename `grep -L systems.texi out/lybook-testdb/*/*log|sed s/log/ly/g`' @echo $(MAKE) -C input/regression/ out=test local-test $(MAKE) -C input/regression/musicxml out=test local-test $(MAKE) -C input/regression/abc2ly out=test local-test + $(MAKE) -C input/regression/lilypond-book out=test local-test test-baseline: @if test -d .git ; then \ @@ -266,6 +267,7 @@ test-baseline: $(MAKE) out=test -C input/regression/ local-test-baseline $(MAKE) out=test -C input/regression/musicxml local-test-baseline $(MAKE) out=test -C input/regression/abc2ly local-test-baseline + $(MAKE) out=test -C input/regression/lilypond-book local-test-baseline $(MAKE) test-snippets-clean