summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-02-26 14:53:57 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-02-26 15:52:02 +0100
commit2efee3c632bb8372685bb9f7b07e99b91668d779 (patch)
tree54373de0778a8769c48c75ee3b556f5fe5e03f7d /sw/CppunitTest_sw_ooxmlexport.mk
parentf7857265f2b36a884b189e43f514026a34b5a882 (diff)
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
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport.mk49
1 files changed, 4 insertions, 45 deletions
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))