diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-16 11:01:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-16 11:01:33 +0200 |
commit | a30a9f5e1885abc44841be0b56fec1ea9041ad75 (patch) | |
tree | be4b2540dd0f3813848d47c3519522067df1924a /i18npool | |
parent | 4893f96ea389fc1cd7abd2bc84c6349436ad5ab1 (diff) |
Added dependency on test so that unoexceptionprotector works in i18npool after all.
Sorry for the noise...
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CppunitTest_i18npool_test_breakiterator.mk | 4 | ||||
-rw-r--r-- | i18npool/prj/build.lst | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/i18npool/CppunitTest_i18npool_test_breakiterator.mk b/i18npool/CppunitTest_i18npool_test_breakiterator.mk index 427cbdb137a7..d0dca4460960 100644 --- a/i18npool/CppunitTest_i18npool_test_breakiterator.mk +++ b/i18npool/CppunitTest_i18npool_test_breakiterator.mk @@ -59,6 +59,10 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,i18npool_test_breakiterator,\ i18npool_test_breakiterator \ )) +$(eval $(call gb_CppunitTest_set_args,i18npool_test_breakiterator,\ + --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ +)) + $(eval $(call gb_RdbTarget_RdbTarget,i18npool_test_breakiterator)) $(eval $(call gb_RdbTarget_add_components,i18npool_test_breakiterator,\ diff --git a/i18npool/prj/build.lst b/i18npool/prj/build.lst index 935e4c4d41e7..63f88701f798 100644 --- a/i18npool/prj/build.lst +++ b/i18npool/prj/build.lst @@ -1,2 +1,2 @@ -inp i18npool : bridges sax stoc comphelper CPPUNIT:cppunit ICU:icu i18nutil regexp DESKTOP:cpputools LIBXSLT:libxslt udkapi ure NULL +inp i18npool : bridges sax stoc comphelper CPPUNIT:cppunit ICU:icu i18nutil regexp DESKTOP:cpputools LIBXSLT:libxslt test udkapi ure NULL inp i18npool\prj nmake - all inp_prj NULL |