Okay, I took it out.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Wed, 2013-12-18 at 09:20 +0100, Markus Mohrhard wrote:
> Please don't. There are good reasons we don't document building
> without the tests.
Indeed; this is/was the consensus of the ESC when this was last
discussed; we should not be advertising ways to disable the tests - they
are the
On 12/18/2013 02:32 AM, Keith Curtis wrote:
I don't even know the names of the various modules I'm working in and
prefer to let the smart system figure it out ;-)
The module names match the top-level directory names, in case that
wasn't obvious. So if you do a change to e.g.
desktop/source/a
Hey,
On Wed, Dec 18, 2013 at 2:32 AM, Keith Curtis wrote:
> I don't even know the names of the various modules I'm working in and
> prefer to let the smart system figure it out ;-) make build-nocheck works
> great and things run so much faster on my little laptop. Thank you. I put
> this info i
I don't even know the names of the various modules I'm working in and
prefer to let the smart system figure it out ;-) make build-nocheck works
great and things run so much faster on my little laptop. Thank you. I put
this info in the wiki to save questions in the future.
-Keith
On Mon, Dec 16, 2
On 12/16/2013 06:56 AM, Keith Curtis wrote:
It appears when making changes to individual C++ files that my computer
spends about 90% of the build time running unit tests.
I tried make -sr all to disable them, but it still ran lots:
http://lists.freedesktop.org/archives/libreoffice/2011-March/009
On Mon, Dec 16, 2013 at 12:56:59AM -0500, Keith Curtis wrote:
> It appears when making changes to individual C++ files that my computer
> spends about 90% of the build time running unit tests.
It seems that ‘make foo.build’ will not run the tests, at least this is
what I “discovered” few days ago.
It appears when making changes to individual C++ files that my computer
spends about 90% of the build time running unit tests.
I tried make -sr all to disable them, but it still ran lots:
http://lists.freedesktop.org/archives/libreoffice/2011-March/009422.html
I tried hacking on the makefile but