summaryrefslogtreecommitdiff
path: root/cppu/qa/test_unotype.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-01 00:59:09 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-01 00:59:09 +0300
commit46bd39b0d33dc142f01dfba50ed71d55197818b2 (patch)
tree085d5d2fc46b3c18f82ff90c7f9b8ff49f5324c5 /cppu/qa/test_unotype.cxx
parent1ce803704459493291db994daacb32de41277501 (diff)
Add statically linked cppu unit test for iOS
Diffstat (limited to 'cppu/qa/test_unotype.cxx')
-rw-r--r--cppu/qa/test_unotype.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx
index f85944ff1021..4173bf8a3534 100644
--- a/cppu/qa/test_unotype.cxx
+++ b/cppu/qa/test_unotype.cxx
@@ -29,6 +29,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppu.hxx"
+#ifdef IOS
+#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_qa_cppu_unotype
+#endif
+
#include "sal/config.h"
#include <cppunit/TestSuite.h>