]> git.donarmstrong.com Git - lilypond.git/commitdiff
abc2ly: run the test cases in make test and make test-baseline
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 13 Nov 2009 17:20:43 +0000 (18:20 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 19 Nov 2009 12:41:29 +0000 (13:41 +0100)
GNUmakefile.in
input/regression/abc2ly/GNUmakefile

index 8e56947fe76fba842e721e37334cff04501555db..1c99d74888203e600c09a3a6d6b94acc322f5c70 100644 (file)
@@ -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
 
 
index c43cadf381f830b6287451c0f078aa5dc74c8c1a..7356f99cb32e91ed9b17af7f82a70e4189825a23 100644 (file)
@@ -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}