summaryrefslogtreecommitdiff
path: root/chart2/CppunitTest_chart2_import.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_import.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_import.mk')
-rw-r--r--chart2/CppunitTest_chart2_import.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/chart2/CppunitTest_chart2_import.mk b/chart2/CppunitTest_chart2_import.mk
index 2c74eb52cae1..2ca91f74395f 100644
--- a/chart2/CppunitTest_chart2_import.mk
+++ b/chart2/CppunitTest_chart2_import.mk
@@ -11,7 +11,10 @@
$(eval $(call gb_CppunitTest_CppunitTest,chart2_import))
-$(eval $(call gb_CppunitTest_use_external,chart2_import,boost_headers))
+$(eval $(call gb_CppunitTest_use_externals,chart2_import, \
+ boost_headers \
+ libxml2 \
+))
$(eval $(call gb_CppunitTest_add_exception_objects,chart2_import, \
chart2/qa/extras/chart2import \
@@ -52,6 +55,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_import, \
utl \
vbahelper \
xo \
+ sw \
$(gb_UWINAPI) \
))