sw/CppunitTest_sw_core_doc.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit d5bdccccfd33a9b4bba07969bdc52902be2dd5d8 Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Feb 5 23:38:22 2026 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Fri Feb 6 08:50:28 2026 +0100 Even more CppunitTests need the ASan hack now ...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes picking up instdir/program/libnspr4.so" Change-Id: I95528572b11b04b358a83c8e8fbf66995fefdecb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198791 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sw/CppunitTest_sw_core_doc.mk b/sw/CppunitTest_sw_core_doc.mk index 5660f710e0dd..06d16e00ffc3 100644 --- a/sw/CppunitTest_sw_core_doc.mk +++ b/sw/CppunitTest_sw_core_doc.mk @@ -76,4 +76,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_doc, \ $(eval $(call gb_CppunitTest_use_more_fonts,sw_core_doc)) +$(eval $(call gb_CppunitTest_add_arguments,sw_core_doc, \ + -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ +)) + # vim: set noet sw=4 ts=4:
