sc/CppunitTest_sc_filter_xml.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 160aaa3e9cb72bde69db63d5985eb53e2d6f0355
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Sun Feb 22 09:25:05 2026 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Sun Feb 22 20:42:32 2026 +0100

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

diff --git a/sc/CppunitTest_sc_filter_xml.mk b/sc/CppunitTest_sc_filter_xml.mk
index c4e85d8bb915..2093ad75f18f 100644
--- a/sc/CppunitTest_sc_filter_xml.mk
+++ b/sc/CppunitTest_sc_filter_xml.mk
@@ -80,4 +80,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sc_filter_xml,services))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_filter_xml))
 
+$(eval $(call gb_CppunitTest_add_arguments,sc_filter_xml, \
+    
-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