oox/CppunitTest_oox_vml.mk            |    4 ++++
 sw/CppunitTest_sw_ooxmlexport8.mk     |    4 ++++
 sw/CppunitTest_sw_ooxmlfieldexport.mk |    4 ++++
 3 files changed, 12 insertions(+)

New commits:
commit 62c9a233dae5f1a0eb695b8d7ec36d81acc08f5d
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Wed Nov 26 08:35:50 2025 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Wed Nov 26 13:51:24 2025 +0100

    Even more CppunitTests need the ASan hack now
    
    ...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes
    picking up instdir/program/libnspr4.so"
    
    Change-Id: Ice98a5ba06a4a6251fe68aee3c24ed9451eb8edd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194544
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>
    Code-Style: Stephan Bergmann <[email protected]>

diff --git a/oox/CppunitTest_oox_vml.mk b/oox/CppunitTest_oox_vml.mk
index 902f4acc43e8..475c4cf6158f 100644
--- a/oox/CppunitTest_oox_vml.mk
+++ b/oox/CppunitTest_oox_vml.mk
@@ -45,4 +45,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,oox_vml,\
 
 $(eval $(call gb_CppunitTest_use_configuration,oox_vml))
 
+$(eval $(call gb_CppunitTest_add_arguments,oox_vml, \
+    
-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:
diff --git a/sw/CppunitTest_sw_ooxmlexport8.mk 
b/sw/CppunitTest_sw_ooxmlexport8.mk
index 3fa3f70d46a8..fd9188b67310 100644
--- a/sw/CppunitTest_sw_ooxmlexport8.mk
+++ b/sw/CppunitTest_sw_ooxmlexport8.mk
@@ -78,4 +78,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport8,\
     modules/swriter \
 ))
 
+$(eval $(call gb_CppunitTest_add_arguments,sw_ooxmlexport8, \
+    
-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:
diff --git a/sw/CppunitTest_sw_ooxmlfieldexport.mk 
b/sw/CppunitTest_sw_ooxmlfieldexport.mk
index 3efa9cd3d8c5..62a9fa5ce6b6 100644
--- a/sw/CppunitTest_sw_ooxmlfieldexport.mk
+++ b/sw/CppunitTest_sw_ooxmlfieldexport.mk
@@ -50,4 +50,8 @@ $(eval $(call 
gb_CppunitTest_use_packages,sw_ooxmlfieldexport,\
        oox_generated \
 ))
 
+$(eval $(call gb_CppunitTest_add_arguments,sw_ooxmlfieldexport, \
+    
-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:

Reply via email to