summaryrefslogtreecommitdiff
path: root/chart2/CppunitTest_chart2_geometry.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/CppunitTest_chart2_geometry.mk')
-rw-r--r--chart2/CppunitTest_chart2_geometry.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/chart2/CppunitTest_chart2_geometry.mk b/chart2/CppunitTest_chart2_geometry.mk
index 457d7ffd3036..a594b25894e2 100644
--- a/chart2/CppunitTest_chart2_geometry.mk
+++ b/chart2/CppunitTest_chart2_geometry.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_geometry, \
sd \
sfx \
sot \
+ subsequenttest \
svl \
svt \
svx \
@@ -52,7 +53,8 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_geometry, \
ucbhelper \
unotest \
utl \
- vbahelper \
+ $(call gb_Helper_optional,SCRIPTING, \
+ vbahelper) \
vcl \
xo \
))
@@ -98,7 +100,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_geometry,\
sw/util/swd \
sw/util/msword \
sd/util/sd \
- sd/util/sdfilt \
sd/util/sdd \
$(call gb_Helper_optional,SCRIPTING, \
sc/util/vbaobj) \
@@ -113,6 +114,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_geometry,\
svtools/util/svt \
svx/util/svx \
svx/util/svxcore \
+ sw/util/sw_writerfilter \
toolkit/util/tk \
vcl/vcl.common \
ucb/source/core/ucb1 \
@@ -122,7 +124,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_geometry,\
unoxml/source/rdf/unordf \
unoxml/source/service/unoxml \
uui/util/uui \
- writerfilter/util/writerfilter \
xmloff/util/xo \
xmlscript/util/xmlscript \
))
@@ -133,6 +134,10 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,chart2_geometry, \
$(eval $(call gb_CppunitTest_use_configuration,chart2_geometry))
+$(eval $(call gb_CppunitTest_add_arguments,chart2_geometry, \
+ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
+))
+
$(call gb_CppunitTest_get_target,chart2_geometry): $(call gb_Package_get_target,postprocess_images)
# vim: set noet sw=4 ts=4: