From d5b699c66411c27bb354faf116ab2a2cdebd20f7 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Fri, 13 Nov 2009 18:20:43 +0100 Subject: [PATCH] abc2ly: run the test cases in make test and make test-baseline --- GNUmakefile.in | 2 ++ input/regression/abc2ly/GNUmakefile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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} -- 2.39.5