[Libreoffice-commits] core.git: sal/cppunittester

Tor Lillqvist tml at collabora.com
Wed Apr 23 23:28:16 PDT 2014


 sal/cppunittester/cppunittester.cxx |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 5723599896a9fe0f57704c4f35d43d690b2ddbf9
Author: Tor Lillqvist <tml at 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


More information about the Libreoffice-commits mailing list