lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix test target name in python/GNUmakefile (issue 575790044 by addre


From: nine . fierce . ballads
Subject: Re: Fix test target name in python/GNUmakefile (issue 575790044 by address@hidden)
Date: Sat, 07 Mar 2020 11:23:13 -0800

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

[Prev in Thread] Current Thread [Next in Thread]