From 1d6a8c4a950892bb72b7737209d3e3d8e467adf2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 28 Aug 2014 21:59:31 +0200 Subject: sw: the tox test can now use the exported SwGlobals::ensure() Change-Id: Ibb4defec621fe479a877248a970eac15916ec6ec --- sw/CppunitTest_sw_tox.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sw') diff --git a/sw/CppunitTest_sw_tox.mk b/sw/CppunitTest_sw_tox.mk index 25ab0fcdd799..761e0078a65d 100644 --- a/sw/CppunitTest_sw_tox.mk +++ b/sw/CppunitTest_sw_tox.mk @@ -39,6 +39,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_tox, \ svt \ svx \ svxcore \ + sw \ test \ unotest \ vcl \ @@ -51,10 +52,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_tox, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_use_library_objects,sw_tox, \ - sw \ -)) - $(eval $(call gb_CppunitTest_use_externals,sw_tox, \ boost_headers \ icuuc \ -- cgit