From: Han-Wen Nienhuys Date: Sun, 24 Dec 2006 16:08:37 +0000 (+0100) Subject: set LILYPOND_BOOK_LILYPOND_FLAGS explicitly for test. Removes PDF for tests. X-Git-Tag: release/2.10.5-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f1f598c3010b40909c1d54e4dbf41fde1d3d2aa0;p=lilypond.git set LILYPOND_BOOK_LILYPOND_FLAGS explicitly for test. Removes PDF for tests. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index e8a0f50ca2..8e6ee6b73e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -201,8 +201,9 @@ $(config_h): config.hh.in test: $(MAKE) -C input/regression/ out=test clean - $(MAKE) -C input/regression/ out=test WWW ANTI_ALIAS_FACTOR=1 +## no aa-scaling, no PDF + $(MAKE) -C input/regression/ out=test WWW LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps,png $(LILYPOND_JOBS) -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" RESULT_DIR=$(top-build-dir)/out/test-results/ check: test