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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to