projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a9039
)
always update binary before baselining
author
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Fri, 16 Feb 2007 11:46:48 +0000
(12:46 +0100)
committer
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Fri, 16 Feb 2007 11:46:48 +0000
(12:46 +0100)
GNUmakefile.in
patch
|
blob
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index b1cc4ff6ba221ec1b1a4fd1e95495d5df14f4991..13e0f75b71b1d242eed3cb6fad83b7da06ee462d 100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-228,10
+228,12
@@
test:
@find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g'
-test-baseline:
test
+test-baseline:
@if test -d .git ; then \
$(if $(shell git diff), echo "commit before base lining" && false,true) ; \
fi
+ $(MAKE)
+ $(MAKE) test
rm -rf input/regression/out-test-baseline
mv input/regression/out-test input/regression/out-test-baseline