From acc8482ad0f00eb16aa76b00de73dbfd4924b9a7 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 24 Dec 2006 17:08:37 +0100 Subject: [PATCH] set LILYPOND_BOOK_LILYPOND_FLAGS explicitly for test. Removes PDF for tests. --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 97e44e642a..9a10d54983 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -205,10 +205,10 @@ $(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" -CHECK_SOURCE=$(HOME)/vc/gub/target/linux-x86/build/lilypond-master-git.sv.gnu.org-lilypond.git/input/regression/out-test/ RESULT_DIR=$(top-build-dir)/out/test-results/ check: test rm -rf $(RESULT_DIR) -- 2.39.2