diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-03 00:26:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-03 01:13:34 +0300 |
commit | 29acf735d438b274e45c7cbef67d925b7b0f4e8f (patch) | |
tree | 007d66d296a3b124fdc66eb9aa758957b9faee71 /tools/qa/cppunit/test_reversemap.cxx | |
parent | 5c715d3708b6324a1d1a7d8b6607f9c92984a40f (diff) |
Add statically linked unit tester for iOS
Diffstat (limited to 'tools/qa/cppunit/test_reversemap.cxx')
-rw-r--r-- | tools/qa/cppunit/test_reversemap.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qa/cppunit/test_reversemap.cxx b/tools/qa/cppunit/test_reversemap.cxx index a6e13147007e..92c349ce55d0 100644 --- a/tools/qa/cppunit/test_reversemap.cxx +++ b/tools/qa/cppunit/test_reversemap.cxx @@ -26,6 +26,10 @@ * instead of those above. */ +#ifdef IOS +#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_tools_reversemap +#endif + #include "precompiled_tools.hxx" #include <sal/cppunit.h> |