Age | Commit message (Collapse) | Author |
|
Change-Id: I96ab796757af0c6c6741059b35fcaeefc2bf4507
Reviewed-on: https://gerrit.libreoffice.org/6286
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I0d0d6e7ef42b3fbddbb8f4267099ea3b029c01ac
|
|
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44
|
|
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679
|
|
Change-Id: Ie39f608d807ffd8cfb670e69a165cf4dd1e50d49
|
|
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
|
|
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.
|
|
|