test/CppunitTest_test_a11y.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e4cc4aefc6715a54b140b6c962bff5af9f39dc37
Author: Noel Grandin <[email protected]>
AuthorDate: Wed Feb 7 13:00:38 2024 +0200
Commit: Noel Grandin <[email protected]>
CommitDate: Thu Feb 8 07:07:28 2024 +0100
missing dependency in CppunitTest_test_a11y
found while doing other builds - if the build ordering is very unlucky,
acc is not built when this runs, the dynamic load fails in the
accessibility factory fails, and we fall back to using the
DummyAccessibilityFactory instead of the real one and the test will
crash.
Change-Id: Ic16fdbe17d50c6be26b5627a4f515c91e1f7f609
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163091
Tested-by: Jenkins
Reviewed-by: Noel Grandin <[email protected]>
(cherry picked from commit 41c9b2a81e9eb795aaecc8c52a8e7bce0a5a3c07)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163026
diff --git a/test/CppunitTest_test_a11y.mk b/test/CppunitTest_test_a11y.mk
index 22d1c8bc5576..212e9059785b 100644
--- a/test/CppunitTest_test_a11y.mk
+++ b/test/CppunitTest_test_a11y.mk
@@ -14,6 +14,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,test_a11y,
\
))
$(eval $(call gb_CppunitTest_use_libraries,test_a11y, \
+ acc \
sal \
cppu \
subsequenttest \