Commit graph

31 commits

Author SHA1 Message Date
David Tardon
24828bba2c make GDBCPPUNITTRACE usable with gbuild 2011-05-05 09:34:39 +02:00
Jan Holesovsky
fd4bda4ca1 Run all tests in the en_US.UTF-8 locale.
The locele affects some tests, eg. sc_ucalc.cxx.
2011-04-28 18:51:12 +02:00
Robert Nagy
9dbb1958ab set STAR_RESOURCEPATH before calling gdb 2011-04-27 14:18:56 +02:00
David Tardon
8dd571ddb7 depend on udkapi.rdb too 2011-04-24 09:48:09 +02:00
David Tardon
54ebdf3c21 move common UNO stuff to CppunitTest 2011-04-23 21:07:58 +02:00
Norbert Thiebaud
40ce81a033 add support, in gbuild, for objective/C (in addition to objective/C++) 2011-04-23 10:35:37 -05:00
Bjoern Michaelsen
3b88453baf add gb_CppunitTest_uses_ure for unittests using URE 2011-04-16 20:52:32 +02:00
Bjoern Michaelsen
3db91b7f80 set STAR_RESOURCEPATH for cppunit tests to find resources from solver 2011-04-11 12:32:48 +02:00
Bjoern Michaelsen
ac3f888b4c add support for auxiliary arguments to the cppunit tests 2011-04-11 12:25:04 +02:00
Caolán McNamara
b9bc97d455 allow setting DEBUGCPPUNIT=TRUE to dump a gdb try/catch trace 2011-04-07 11:37:56 +01:00
David Tardon
937aae1b27 use just order-only dep. on cppunittester 2011-04-06 12:07:39 +02:00
Bjoern Michaelsen
7a5e0f474f fixing up extra object list support 2011-04-05 11:51:04 +02:00
Norbert Thiebaud
98553de136 add the ability to imports objects directly into a CppUnitTest Link
some cppunit test need to link directly with the object of the module
they are meant to test, due to the fact that the API they use/test
are not necessarily exported in the public interface of the
module's dynamic library.

This patch add the mean to export the list of objects used in the link of
specific target library, and a mean to import these into the link of
a cppunit.

Only unxgcc.mk has been modified so far to support the later

This is not intended to be use to import objects accross module boundaries
2011-04-04 09:17:24 -05:00
Jan Holesovsky
5f08d6e5a4 Merge commit 'ooo/DEV300_m103'
Conflicts:
	configure
	configure.in
	instsetoo_native/util/openoffice.lst
	set_soenv.in
	solenv/bin/cws.pl
	solenv/bin/modules/installer/simplepackage.pm
	solenv/gbuild/LinkTarget.mk
	solenv/gbuild/extensions/post_PackModule.mk
	solenv/gbuild/platform/linux.mk
	solenv/gbuild/platform/macosx.mk
	solenv/gbuild/platform/windows.mk
	solenv/inc/installationtest.mk
	solenv/inc/minor.mk
	soltools/cpp/_eval.c
2011-03-23 16:58:44 +01:00
David Tardon
6cb2495999 do not build cppunit if not needed
Suggested by Bjoern Michaelsen.
2011-03-19 16:58:49 +01:00
David Tardon
ac257ccd52 second attempt 2011-03-19 14:36:23 +01:00
David Tardon
598300a489 use system cppunit if configured so 2011-03-19 11:52:49 +01:00
Bjoern Michaelsen
590e9c72a6 cppunittester is in bin/cppunit here 2011-03-14 20:10:52 +01:00
Jan Holesovsky
bd2ec3392a Spaces -> tabs in gbuild, GNU make does not like spaces ;-) 2011-03-11 14:30:09 +01:00
Frank Schoenheit [fs]
d3dfac3e37 debuglevels: export DBGSV_ERROR_OUT=shell, so that tools-based assertions in non-product test do not pop up as message boxes (which was a regression introduced with the removal of DBGSV_INIT from the build env) 2011-02-25 10:17:28 +01:00
Mathias Bauer
c126ba3333 CWS gnumake3: fix license headers 2011-01-25 18:19:55 +01:00
Mathias Bauer
a3387f416d CWS gnumake3: anonther fix for cppunittests in Windows; fix pdb builds when building with pch 2011-01-21 17:03:11 +01:00
Bjoern Michaelsen
b4a1e40c1e gnumake3: updating clean targets 2011-01-21 13:13:21 +01:00
Bjoern Michaelsen
a406f98c4d gnumake3: merging minibranches 2011-01-21 13:10:37 +01:00
Bjoern Michaelsen
40cf5bd91c gnumake3: more readable windows link command 2011-01-21 02:35:14 +01:00
Bjoern Michaelsen
6a989625fb gnumake3: refactoring of gb_*_get_linktargetname 2011-01-21 02:29:25 +01:00
Mathias Bauer
368bae7662 CWS gnumake3: fix cppunittest on Windows 2011-01-20 19:32:26 +01:00
Bjoern Michaelsen
0b86569a15 gnumake3: reducing differences between platform files 2011-01-15 04:09:57 +01:00
Bjoern Michaelsen
5727495bfd gnumake3: refactoring gbuild linking to prepare for static lib linking fixing 2011-01-13 18:55:57 +01:00
Bjoern Michaelsen
9ba809fac5 gnumake3: more work on junit subsequenttest migration 2011-01-11 21:16:21 +01:00
Bjoern Michaelsen
733831aee2 gnumake3: renamed TestFixture to CppunitTest 2011-01-11 13:00:38 +01:00
Renamed from solenv/gbuild/TestFixture.mk (Browse further)