[Libreoffice-commits] .: sal/CppunitTest_sal_rtl_strings.mk
Lubos Lunak
llunak at kemper.freedesktop.org
Mon Mar 26 03:12:21 PDT 2012
sal/CppunitTest_sal_rtl_strings.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 8a66c8f557dd97250faef6bd68c0d57970eefe43
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Mon Mar 26 12:05:44 2012 +0200
sal_rtl_strings unittest depends on sal_textenc library
there's a dlopen of it somewhere in sal's string classes
diff --git a/sal/CppunitTest_sal_rtl_strings.mk b/sal/CppunitTest_sal_rtl_strings.mk
index 8b267f2..f5127cb 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:
More information about the Libreoffice-commits
mailing list