lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes make test to allow output to be reviewed in a browser (issue 644


From: PhilEHolmes
Subject: Changes make test to allow output to be reviewed in a browser (issue 6442068)
Date: Tue, 31 Jul 2012 20:55:06 +0000

Reviewers: Graham Percival,

Message:
Please review.

Description:
As the title says, really.  To date, running make test creates only .ps
files which it's difficult to check.  This changes the output to .png,
which means that collated-files.html can be opened by a browser and the
reg tests checked.

Please review this at http://codereview.appspot.com/6442068/

Affected files:
  M make/lilypond-vars.make
  M make/lysdoc-targets.make
  M make/lysdoc-vars.make


Index: make/lilypond-vars.make
diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make
index 5c5e1efe3e0a171d74607787988e0a3e289c96b1..4603406d46f23c525e930fcda711f74fe6da6227 100644
--- a/make/lilypond-vars.make
+++ b/make/lilypond-vars.make
@@ -69,9 +69,6 @@ LILYPOND_BOOK_FLAGS += --skip-lily-check
 else
 LILYPOND_BOOK_PROCESS = $(LILYPOND_BINARY)
 endif
-ifeq ($(out),test)
-LILYPOND_BOOK_FLAGS += --skip-png-check
-endif

 TEXINPUTS=$(top-src-dir)/tex/::
 export TEXINPUTS
Index: make/lysdoc-targets.make
diff --git a/make/lysdoc-targets.make b/make/lysdoc-targets.make
index 5290e3962feb6cbc06192050791facc66f2349fe..638f9da41bc8461ad0e9941da894717f3145e56c 100644
--- a/make/lysdoc-targets.make
+++ b/make/lysdoc-targets.make
@@ -16,6 +16,6 @@ local-test:
                echo -e '\n\n\n' ; \
                (cd $(top-src-dir) && git diff ) ; \
        fi > $(outdir)/tree.gittxt
- $(MAKE) LILYPOND_BOOK_LILYPOND_FLAGS="-dbackend=eps --formats=ps $(LILYPOND_JOBS) -dseparate-log-files -dinclude-eps-fonts -dgs-load-lily-fonts --header=texidoc -I $(top-src-dir)/Documentation/included/ -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_WARN= $(outdir)/collated-files.html LYS_OUTPUT_DIR=$(top-build-dir)/out/lybook-testdb + $(MAKE) LILYPOND_BOOK_LILYPOND_FLAGS="-dbackend=eps --formats=png $(LILYPOND_JOBS) -dseparate-log-files -dinclude-eps-fonts -dgs-load-lily-fonts --header=texidoc -I $(top-src-dir)/Documentation/included/ -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_WARN= $(outdir)/collated-files.html LYS_OUTPUT_DIR=$(top-build-dir)/out/lybook-testdb rsync -L -a --exclude 'out-*' --exclude 'out' --exclude mf --exclude source --exclude mf $(top-build-dir)/out/share $(outdir)

Index: make/lysdoc-vars.make
diff --git a/make/lysdoc-vars.make b/make/lysdoc-vars.make
index 337460c3da1ae494f868813a5f251e81bb7a071e..93d9902a6240afd8c98254178fc42c53d131e6b2 100644
--- a/make/lysdoc-vars.make
+++ b/make/lysdoc-vars.make
@@ -6,6 +6,3 @@ ifeq ($(COLLATED_FILES),)
 COLLATED_FILES = $(sort $(TEXINFO_SOURCES) $(LY_FILES) $(OUT_LY_FILES) )
 endif

-ifeq ($(out),test)
-LILYPOND_BOOK_FLAGS += --use-source-file-names
-endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]