summaryrefslogtreecommitdiff
path: root/chart2/CppunitTest_chart2_export.mk
diff options
context:
space:
mode:
authorPallavi Jadhav <pallavi.jadhav@synerzip.com>2013-12-06 18:13:49 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-13 20:05:14 +0100
commitd843d64283c311f02ff663cb02d7ac5a4e744bfc (patch)
treec105718a6b42f2828d250f4f4149c403facf56c7 /chart2/CppunitTest_chart2_export.mk
parent71b491fd71f5ad1aa61f917992462009a6d1bb6b (diff)
Added OOXML Unit Test framework for Chart module for export.
- Referred functions from sw module. Change-Id: I3ae90d40d92de0d67623e73e1676dabcc8a413f6
Diffstat (limited to 'chart2/CppunitTest_chart2_export.mk')
-rw-r--r--chart2/CppunitTest_chart2_export.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/chart2/CppunitTest_chart2_export.mk b/chart2/CppunitTest_chart2_export.mk
index a861693f33f1..41b751493d5a 100644
--- a/chart2/CppunitTest_chart2_export.mk
+++ b/chart2/CppunitTest_chart2_export.mk
@@ -11,7 +11,10 @@
$(eval $(call gb_CppunitTest_CppunitTest,chart2_export))
-$(eval $(call gb_CppunitTest_use_external,chart2_export,boost_headers))
+$(eval $(call gb_CppunitTest_use_externals,chart2_export, \
+ boost_headers \
+ libxml2 \
+))
$(eval $(call gb_CppunitTest_add_exception_objects,chart2_export, \
chart2/qa/extras/chart2export \
@@ -50,6 +53,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_export, \
vbahelper \
vcl \
xo \
+ sw \
$(gb_UWINAPI) \
))
@@ -85,6 +89,9 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\
sc/util/sc \
sc/util/scd \
sc/util/scfilt \
+ sw/util/sw \
+ sw/util/swd \
+ sw/util/msword \
$(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
sc/util/vbaobj) \
scaddins/source/analysis/analysis \
@@ -104,6 +111,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\
unotools/util/utl \
unoxml/source/rdf/unordf \
unoxml/source/service/unoxml \
+ writerfilter/util/writerfilter \
xmloff/util/xo \
))