From 2efee3c632bb8372685bb9f7b07e99b91668d779 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 26 Feb 2014 14:53:57 +0100 Subject: CppunitTest_sw_ooxmlexport: factor out drawing-related testcases As a start, moved 30 asserts to the new suite, still 378 is in the original one. Change-Id: I934bce63e286af3080ae014c3bd8f4f09866feb2 --- sw/CppunitTest_sw_ooxmlexport.mk | 49 ++++------------------------------------ 1 file changed, 4 insertions(+), 45 deletions(-) (limited to 'sw/CppunitTest_sw_ooxmlexport.mk') diff --git a/sw/CppunitTest_sw_ooxmlexport.mk b/sw/CppunitTest_sw_ooxmlexport.mk index 30643b23e5d2..391db2b0d67a 100644 --- a/sw/CppunitTest_sw_ooxmlexport.mk +++ b/sw/CppunitTest_sw_ooxmlexport.mk @@ -9,6 +9,8 @@ # #************************************************************************* +include $(SRCDIR)/sw/ooxmlexport_setup.mk + $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlexport)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlexport, \ @@ -16,17 +18,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlexport, \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlexport, \ - comphelper \ - cppu \ - cppuhelper \ - sal \ - sw \ - test \ - tl \ - unotest \ - utl \ - vcl \ - $(gb_UWINAPI) \ + $(sw_ooxmlexport_libraries) \ )) $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlexport,\ @@ -49,40 +41,7 @@ $(eval $(call gb_CppunitTest_use_api,sw_ooxmlexport,\ $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlexport)) $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport,\ - basic/util/sb \ - canvas/source/factory/canvasfactory \ - chart2/source/chartcore \ - chart2/source/controller/chartcontroller \ - comphelper/util/comphelp \ - configmgr/source/configmgr \ - drawinglayer/drawinglayer \ - embeddedobj/util/embobj \ - filter/source/config/cache/filterconfig1 \ - forms/util/frm \ - framework/util/fwk \ - i18npool/util/i18npool \ - linguistic/source/lng \ - oox/util/oox \ - package/source/xstor/xstor \ - package/util/package2 \ - sax/source/expatwrap/expwrap \ - sw/util/sw \ - sw/util/swd \ - sw/util/msword \ - sfx2/util/sfx \ - starmath/util/sm \ - svl/source/fsstor/fsstorage \ - svtools/util/svt \ - svx/util/svx \ - svx/util/svxcore \ - toolkit/util/tk \ - ucb/source/core/ucb1 \ - ucb/source/ucp/file/ucpfile1 \ - unotools/util/utl \ - unoxml/source/service/unoxml \ - uui/util/uui \ - writerfilter/util/writerfilter \ - xmloff/util/xo \ + $(sw_ooxmlexport_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport)) -- cgit