sw/CppunitTest_sw_uiwriter6.mk | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 318a7961fc3542724cb85e31edfbf3b898e2a4f3 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Sep 21 16:22:21 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Sep 21 18:08:27 2022 +0200
possible fix for testRedlineAutoCorrect2 "Lorem,... Lorem,…" failure Change-Id: I5cd7ec6b63f680da4d6f8e0ec896b3194ec14f2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140350 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/sw/CppunitTest_sw_uiwriter6.mk b/sw/CppunitTest_sw_uiwriter6.mk index 211df4c7c709..cf2bdad2da15 100644 --- a/sw/CppunitTest_sw_uiwriter6.mk +++ b/sw/CppunitTest_sw_uiwriter6.mk @@ -11,4 +11,6 @@ $(eval $(call sw_uiwriter_test,6)) +$(call gb_CppunitTest_get_target,sw_uiwriter6): $(call gb_Package_get_target,extras_autocorr) + # vim: set noet sw=4 ts=4: