oox/CppunitTest_oox_drawingml.mk | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit eba4b90d2eba5e4dbf75c1a7fcd7ce13112d4db5 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Oct 25 10:53:19 2021 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Oct 25 12:03:03 2021 +0200 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 <sberg...@redhat.com> 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: