sw/CppunitTest_sw_layoutwriter4.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit bec1cfb664f862d7a29dd9e278e453ff0d0022a0 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Jan 26 08:29:05 2026 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Jan 26 09:32:48 2026 +0100 Even more CppunitTests need the ASan hack now ...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes picking up instdir/program/libnspr4.so" Change-Id: Ifd549cf39cda038c3c6f3ba694bbb6363bc906d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198119 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sw/CppunitTest_sw_layoutwriter4.mk b/sw/CppunitTest_sw_layoutwriter4.mk index bfd9cbb5702e..6d87ae0def4b 100644 --- a/sw/CppunitTest_sw_layoutwriter4.mk +++ b/sw/CppunitTest_sw_layoutwriter4.mk @@ -11,4 +11,8 @@ $(eval $(call sw_layoutwriter_test,4)) +$(eval $(call gb_CppunitTest_add_arguments,sw_layoutwriter4, \ + -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:
