CppunitTest_sw_globalfilter also needs the ASan hack

...from e854abe076 "Avoid external processes
picking up instdir/program/libnspr4.so" now, presumably since
31084ebb59 "tdf#143311
offapi,oox,writerfilter,xmloff,sw: decorative flag on flys"

Change-Id: Ic8a29c0fea8b34d95745a4e7d1c8e4b74da64653
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144106
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2022-12-13 20:43:10 +01:00
parent 5816474c37
commit 71085deec7

View file

@ -63,4 +63,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sw_globalfilter,\
$(eval $(call gb_CppunitTest_use_configuration,sw_globalfilter))
$(eval $(call gb_CppunitTest_add_arguments,sw_globalfilter, \
-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: