Running all 'make check' targets, even when some fail ?

Stephan Bergmann sbergman at redhat.com
Mon Dec 17 01:30:58 PST 2012


On 12/17/2012 09:48 AM, John Smith wrote:
> Im looking for a way to run all the targets in 'make check', even if
> some of them fail, because that would be a more accurate picture of
> how much code is covered by the tests.
>
> I looked at 'make -k', but the '-k' seems to be lost in the build
> system somewhere. Is there a way to list all the make test targets or
> something, so I can loop over those in a shell script ? (I dont know
> much about Makefiles.)

Looking into Makefile.top, it might work to do

   GMAKE_OPTIONS=-rsk make check

Stephan


More information about the LibreOffice mailing list