]> git.donarmstrong.com Git - lilypond.git/commitdiff
set LILYPOND_BOOK_LILYPOND_FLAGS explicitly for test. Removes PDF for tests.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 16:08:37 +0000 (17:08 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 16:08:37 +0000 (17:08 +0100)
GNUmakefile.in

index 97e44e642a24c4ac77286eb5220d4bc958deecab..9a10d54983c706eb6d321c36029523803f809e7a 100644 (file)
@@ -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)