diff options
author | Christian Hitz <christian@klarinett.li> | 2010-02-14 15:08:24 +0100 |
---|---|---|
committer | Reinhold Kainhofer <reinhold@kainhofer.com> | 2010-07-03 13:26:51 +0200 |
commit | 89a7d16d7c2ae6dc79d4345c5e926be93b77fdd9 (patch) | |
tree | 58b7a7739cd35d2d8b3483e58f2bb087b5ab8c60 /GNUmakefile.in | |
parent | 5d0446dcb9acd2a8f16874408568523ede4d2270 (diff) |
Lilypond-book: Add a regression test system
Test the operation of lilypond-book.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 04ce4e6e72..be6377078a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -256,6 +256,7 @@ test: $(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 + $(MAKE) -C input/regression/lilypond-book out=test local-test test-baseline: @if test -d .git ; then \ @@ -266,6 +267,7 @@ test-baseline: $(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) out=test -C input/regression/lilypond-book local-test-baseline $(MAKE) test-snippets-clean |