diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-07 13:00:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-07 16:43:37 +0100 |
commit | 41c9b2a81e9eb795aaecc8c52a8e7bce0a5a3c07 (patch) | |
tree | 1d660962b051636adc1f332b8bb50445845f74a9 /test | |
parent | 33b7d62281f1f9aaeaa2f68615e90190fe7b5aaf (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'test')
-rw-r--r-- | test/CppunitTest_test_a11y.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |