summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-10-25 10:53:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-10-25 12:03:03 +0200
commiteba4b90d2eba5e4dbf75c1a7fcd7ce13112d4db5 (patch)
tree028922a4be73e1bc3286488367ee7a2ae6802300 /oox
parent6bc8a1ba5151e44d2ea539fe5f6408fc3d6be02a (diff)
Missing test dependency
> oox/qa/unit/drawingml.cxx:162:testPresetAdjustValue::TestBody > equality assertion failed > - Expected: 1 > - Actual : 0 Change-Id: I3ff0707db485dce1e43c14b8d1a5828da8e14923 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124139 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r--oox/CppunitTest_oox_drawingml.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/CppunitTest_oox_drawingml.mk b/oox/CppunitTest_oox_drawingml.mk
index 262dfae49e5c..c77070b30719 100644
--- a/oox/CppunitTest_oox_drawingml.mk
+++ b/oox/CppunitTest_oox_drawingml.mk
@@ -46,4 +46,6 @@ $(eval $(call gb_CppunitTest_add_arguments,oox_drawingml, \
-env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
))
+$(call gb_CppunitTest_get_target,oox_drawingml): $(call gb_Package_get_target,oox_customshapes)
+
# vim: set noet sw=4 ts=4: