sal/cppunittester/cppunittester.cxx | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit 5723599896a9fe0f57704c4f35d43d690b2ddbf9 Author: Tor Lillqvist <t...@collabora.com> Date: Thu Apr 24 09:25:28 2014 +0300 Add informative comment about cross-compiling to iOS in particular Change-Id: I7c38efdafea13bb5ae5e8a5e1cb07e77853b5c4b diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index f8b9d64..68858fe 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -153,6 +153,14 @@ public: bool run() const { #ifdef DISABLE_DYNLOADING + + // NOTE: Running cppunit unit tests on iOS was something I did + // only very early (several years ago) when starting porting + // this stuff to iOS. The complicated mechanisms to do build + // such unit test single executables have surely largely + // bit-rotted or been semi-intentionally broken since. This + // stuff here left for information only. --tml 2014. + // For iOS cppunit plugins aren't really "plugins" (shared // libraries), but just static archives. In the real main // program of a cppunit app, which calls the lo_main() that _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits