office-gobmx/cppunit
Norbert Thiebaud ed26c01be1 quiet external module build log unless failure
ExternalProject usually involve a configure and a make
step that produce a bunch of output usually irrelevant
including a large number of warning and other mess.
now that everything is pretty much in tail_build
these output get interleaved with useful output from
the build of the product and actually drown them in a logorrhea
of messy noise.
This store the output of external modules in a log file
and only print them as a whole if the module failed do build.
on a non-verbose build.

Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647
Reviewed-on: https://gerrit.libreoffice.org/2304
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22 08:25:56 +00:00
..
prj convert cppunit to gbuild 2012-12-06 13:53:52 +01:00
android.patch
disable-dynloading.patch get cppunit/disable-dynloading.patch to apply 2012-12-07 20:05:25 +01:00
ExternalPackage_cppunit.mk No point in the DllPlugInTester executable on non-desktop OSes, I think 2013-01-03 20:21:49 +02:00
ExternalProject_cppunit.mk quiet external module build log unless failure 2013-02-22 08:25:56 +00:00
ios.patch Make the patch apply the gbuild way 2012-12-22 23:48:21 +02:00
Makefile convert cppunit to gbuild 2012-12-06 13:53:52 +01:00
Module_cppunit.mk convert cppunit to gbuild 2012-12-06 13:53:52 +01:00
README
unix.patch
UnpackedTarball_cppunit.mk Revert "fix pretty broken cppunit gbuild conversion on windows" 2012-12-07 01:04:54 +01:00
windows.patch

C++ port of the JUnit framework for unit testing.

From [http://sourceforge.net/projects/cppunit/]