diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-01-20 17:25:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-01-20 21:17:16 +0100 |
commit | 177387fa50e9e95a436584bea74613d4aee0be26 (patch) | |
tree | b4038f136d970c1cd7f750d12bb7bc74a8618353 /oox/CppunitTest_oox_drawingml.mk | |
parent | 0b6de2227ca685881f794105d5124307dac667ce (diff) |
Add missing test dependencies
Change-Id: Icd74795dfe912cb180ff2e0d86996915d6d5b013
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128697
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'oox/CppunitTest_oox_drawingml.mk')
-rw-r--r-- | oox/CppunitTest_oox_drawingml.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oox/CppunitTest_oox_drawingml.mk b/oox/CppunitTest_oox_drawingml.mk index c77070b30719..83152e091701 100644 --- a/oox/CppunitTest_oox_drawingml.mk +++ b/oox/CppunitTest_oox_drawingml.mk @@ -42,6 +42,12 @@ $(eval $(call gb_CppunitTest_use_custom_headers,oox_drawingml,\ $(eval $(call gb_CppunitTest_use_configuration,oox_drawingml)) +$(eval $(call gb_CppunitTest_use_uiconfigs,oox_drawingml, \ + modules/simpress \ + sfx \ + svt \ +)) + $(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)}" \ )) |