]> git.donarmstrong.com Git - lilypond.git/commitdiff
put \version check in test target.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 20:11:18 +0000 (21:11 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 20:11:18 +0000 (21:11 +0100)
GNUmakefile.in

index 0cd9ee259445147320275dde6ceed7b34a37e8cc..d17a0548001cb06b00930931b128d60e010aa021 100644 (file)
@@ -212,8 +212,10 @@ test-clean:
 test:
 ## no aa-scaling, no PDF
        $(MAKE) -C input/regression/ out=test LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps,png $(LILYPOND_JOBS) -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-test/collated-files.html 
-foo:
-       echo $(LILYPOND_JOBS)
+       @echo "Missing \\version"
+       find input ly -name '*.ly' |grep -v 'out.*/' | xargs grep '\\version' -L | sed 's/^/**** /g' 
+
+
 
 RESULT_DIR=$(top-build-dir)/out/test-results/
 check-test: test