diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-26 12:05:44 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-26 12:12:15 +0200 |
commit | 8a66c8f557dd97250faef6bd68c0d57970eefe43 (patch) | |
tree | 597f79f4fce834477617dc9b26c6bce38de1e275 /sal | |
parent | 8945f1bc858f3636d4270f16bd2e66ce88c0021c (diff) |
sal_rtl_strings unittest depends on sal_textenc library
there's a dlopen of it somewhere in sal's string classes
Diffstat (limited to 'sal')
-rw-r--r-- | sal/CppunitTest_sal_rtl_strings.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/CppunitTest_sal_rtl_strings.mk b/sal/CppunitTest_sal_rtl_strings.mk index 8b267f25b13e..f5127cb4d07c 100644 --- a/sal/CppunitTest_sal_rtl_strings.mk +++ b/sal/CppunitTest_sal_rtl_strings.mk @@ -42,4 +42,9 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sal_rtl_strings,\ $(gb_STDLIBS) \ )) +# the test uses the library created by Module_DLL +$(call gb_CppunitTest_get_target,sal_rtl_strings) : \ + $(call gb_Library_get_target,sal_textenc) + + # vim: set noet sw=4 ts=4: |