Commit Graph

7 Commits

Author SHA1 Message Date
Tor Lillqvist
0699cbf1ab Make the patch apply the gbuild way
Change-Id: I0d0d6e7ef42b3fbddbb8f4267099ea3b029c01ac
2012-12-22 23:48:21 +02:00
Markus Mohrhard
342211da33 update cppunit to 1.13.1
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44
2012-09-25 21:54:07 +02:00
Tor Lillqvist
24c6641317 Adapt for DISABLE_DYNLOADING possibility also for Android
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679
2012-09-14 14:39:25 +03:00
Tor Lillqvist
df812bf9d5 Resurrect cppunit/ios.patch
Change-Id: Ie39f608d807ffd8cfb670e69a165cf4dd1e50d49
2012-08-21 19:16:00 +03:00
Markus Mohrhard
fa0fd16526 update cppunit to 1.13.0
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
2012-06-27 19:09:50 +02:00
Tor Lillqvist
8112e5ff23 iOS hacks
For iOS, the LibreOffice unit tests that normally are built as
"plugins", i.e. dynamic libraries, are actually built as static
libraries, because we don't do any dynamic linking of own code on iOS.

Enable giving the "plugin" unit test entry point a different name than
a fixed "cppunitTestPlugIn", so that several unit tests can be linked
together into one executable, for simplicity.

Drop the stupid dummy main() function in cppunit plugins. I doubt any
Unix platform we care for needs it, but drop just for iOS and MacOSX
for now.
2011-07-10 14:52:49 +03:00
Tor Lillqvist
96f256c215 Fix debugging build for iOS 2011-07-09 14:47:55 +03:00