From: Reinhold Kainhofer Date: Fri, 13 Nov 2009 17:20:43 +0000 (+0100) Subject: abc2ly: run the test cases in make test and make test-baseline X-Git-Tag: release/2.13.8-1~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d5b699c66411c27bb354faf116ab2a2cdebd20f7;p=lilypond.git abc2ly: run the test cases in make test and make test-baseline --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 8e56947fe7..1c99d74888 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -259,6 +259,7 @@ test: @echo $(MAKE) -C input/regression/ out=test local-test $(MAKE) -C input/regression/musicxml out=test local-test + $(MAKE) -C input/regression/abc2ly out=test local-test test-baseline: @if test -d .git ; then \ @@ -268,6 +269,7 @@ test-baseline: $(MAKE) test $(MAKE) out=test -C input/regression/ local-test-baseline $(MAKE) out=test -C input/regression/musicxml local-test-baseline + $(MAKE) out=test -C input/regression/abc2ly local-test-baseline $(MAKE) test-snippets-clean diff --git a/input/regression/abc2ly/GNUmakefile b/input/regression/abc2ly/GNUmakefile index c43cadf381..7356f99cb3 100644 --- a/input/regression/abc2ly/GNUmakefile +++ b/input/regression/abc2ly/GNUmakefile @@ -5,7 +5,6 @@ LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc abc TEXI2HTML_FLAGS += --nomenu -# Urgh, how can I do two replacements at once without messing up the order of the list? TMP = $(sort $(ABC_FILES) $(TEXINFO_SOURCES) ) COLLATED_FILES = ${TMP:%.abc=$(outdir)/%.ly}