diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-28 21:59:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-28 22:08:42 +0200 |
commit | 1d6a8c4a950892bb72b7737209d3e3d8e467adf2 (patch) | |
tree | a39949d7769cddcff519600efee029326525ab8b /sw | |
parent | eb213e490d9a366477b921d1a408d85c4638499e (diff) |
sw: the tox test can now use the exported SwGlobals::ensure()
Change-Id: Ibb4defec621fe479a877248a970eac15916ec6ec
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_tox.mk | 5 |
1 files changed, 1 insertions, 4 deletions
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 \ |