From 9351f4c1d6a3567c3b013894a0cc08471b4b0156 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 19 Dec 2011 13:59:10 +0100 Subject: Tests apparently depend on localedata_en library. More tests might be affected. Also unclear to me whether it is always (only) localedata_en, or whether it could also be _es/_euro/_others. --- sw/CppunitTest_sw_macros_test.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sw/CppunitTest_sw_macros_test.mk') diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index 606679140e61..58d11faaf68a 100644 --- a/sw/CppunitTest_sw_macros_test.mk +++ b/sw/CppunitTest_sw_macros_test.mk @@ -138,7 +138,8 @@ $(eval $(call gb_CppunitTest_set_args,sw_macros_test,\ # relation # b) explicitly depend on the sw resource files needed at unit-test runtime $(call gb_CppunitTest_get_target,sw_macros_test) : \ - $(call gb_Library_get_target,msword) \ - $(call gb_Library_get_target,vbaswobj) \ + $(call gb_Library_get_target,localedata_en) \ + $(call gb_Library_get_target,msword) \ + $(call gb_Library_get_target,vbaswobj) \ # vim: set noet sw=4 ts=4: -- cgit