diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-01 14:48:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-01 14:48:08 +0300 |
commit | 634824aa76b75208ddddbc0cde60055d219a972b (patch) | |
tree | 0889227d057cc91b2cd046c66eba419f55c9e10f /binaryurp/qa/test-cache.cxx | |
parent | 07ded12adcb5292657bd41a50432abc83ebd0e8b (diff) |
Build static binaryurp unit tester for iOS
Diffstat (limited to 'binaryurp/qa/test-cache.cxx')
-rw-r--r-- | binaryurp/qa/test-cache.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryurp/qa/test-cache.cxx b/binaryurp/qa/test-cache.cxx index 87c364cadc89..c47f6f7e6042 100644 --- a/binaryurp/qa/test-cache.cxx +++ b/binaryurp/qa/test-cache.cxx @@ -26,6 +26,10 @@ * ************************************************************************/ +#ifdef IOS +#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_binaryurp_cache +#endif + #include "sal/config.h" #include "cppunit/TestAssert.h" |