summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-02-24 12:58:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-24 14:48:46 +0100
commit0249f00aacc008969eb9bca5905dc2fea99e27fe (patch)
treeab78fcd0c526bbe5e0f0752d9278d487a4a099f3 /sc
parent6cad38dece31eb035a9685ed8d123a74a0b69637 (diff)
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>
Diffstat (limited to 'sc')
-rw-r--r--sc/CppunitTest_sc_a11y.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_a11y.mk b/sc/CppunitTest_sc_a11y.mk
index 3418f2fd4c44..b28dfb18ac8a 100644
--- a/sc/CppunitTest_sc_a11y.mk
+++ b/sc/CppunitTest_sc_a11y.mk
@@ -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: