From f1f598c3010b40909c1d54e4dbf41fde1d3d2aa0 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.39.5