diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-12-13 20:43:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-12-14 07:06:26 +0000 |
commit | 71085deec7a24ed6650a1e6a07dcbb822ab4334d (patch) | |
tree | cb27526bf52ea5772b83dbcaba9c33fd3363c5a4 /sw | |
parent | 5816474c37293cc791fdb9cb042d11be7d809d0b (diff) |
CppunitTest_sw_globalfilter also needs the ASan hack
...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes
picking up instdir/program/libnspr4.so" now, presumably since
31084ebb59093be7dfe5ab53a20fdb3bcfde34b6 "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>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_globalfilter.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_globalfilter.mk b/sw/CppunitTest_sw_globalfilter.mk index 410da401b2c5..e6d136efbe3a 100644 --- a/sw/CppunitTest_sw_globalfilter.mk +++ b/sw/CppunitTest_sw_globalfilter.mk @@ -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: |