Missing test dependency

Change-Id: I65d41949fb031f41591b1daab6ecad7fab3405a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163882
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin 2024-02-24 12:58:56 +02:00 committed by Noel Grandin
parent 6cad38dece
commit 0249f00aac
2 changed files with 8 additions and 0 deletions

View file

@ -37,4 +37,8 @@ $(eval $(call gb_CppunitTest_use_vcl,sc_a11y))
$(eval $(call gb_CppunitTest_use_instdir_configuration,sc_a11y))
$(eval $(call gb_CppunitTest_use_common_configuration,sc_a11y))
$(eval $(call gb_CppunitTest_use_packages,sc_a11y, \
postprocess_images \
))
# vim: set noet sw=4 ts=4:

View file

@ -39,4 +39,8 @@ $(eval $(call gb_CppunitTest_use_vcl,sw_a11y))
$(eval $(call gb_CppunitTest_use_instdir_configuration,sw_a11y))
$(eval $(call gb_CppunitTest_use_common_configuration,sw_a11y))
$(eval $(call gb_CppunitTest_use_packages,sw_a11y, \
postprocess_images \
))
# vim: set noet sw=4 ts=4: