Missing test dependencies

Change-Id: I2441d2d4df0e7f72a80828a131d82d8bb22e4181
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153432
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2023-06-22 08:07:37 +02:00
parent a62513e1e8
commit 2b3aead9f4

View file

@ -66,4 +66,10 @@ $(eval $(call gb_CppunitTest_add_arguments,sc_tiledrendering, \
-env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
))
$(eval $(call gb_CppunitTest_use_uiconfigs,sc_tiledrendering, \
modules/scalc \
sfx \
svt \
))
# vim: set noet sw=4 ts=4: