On 2020/03/07 18:59:54, hahnjo wrote:
> I think this is wrong. Instead 'make test' should recurse into the
> subdirectories.

Agreed.  That would be here in the top-level GNUMakefile.in:

test: test-pre
        @echo 'To begin investigating regression-test crashes, use'
        @echo
        @echo '    grep sourcefilename `grep -L systems.texi
out/lybook-testdb/*/*log|sed s/log/ly/g`'
        @echo
        $(MAKE) -C input/regression out=test lysdoc-gittxt lysdoc-test
        $(MAKE) -C input/regression/midi out=test lysdoc-test
        $(MAKE) -C input/regression/musicxml out=test lysdoc-test
        $(MAKE) -C input/regression/abc2ly out=test lysdoc-test
        $(MAKE) -C input/regression/lilypond-book out=test local-test


https://codereview.appspot.com/575790044/

Reply via email to