diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-10-26 15:01:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-10-26 21:22:53 +0200 |
commit | 5e43ccb27584d98699e2b2e06658d5b52ebcdff7 (patch) | |
tree | 457f0557a99d4e8531f49f391a366da615f04c43 /sc | |
parent | aad5baa3836087032658a5db3673decd9e242e75 (diff) |
More CppunitTests need the ASan hack
...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes
picking up instdir/program/libnspr4.so", after Xisco's recent CppunitTest clean-
up
Change-Id: Ia47e770a439af3476f81f8c28f2527bbf144baa4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141890
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_macros_test.mk | 4 | ||||
-rw-r--r-- | sc/CppunitTest_sc_shapetest.mk | 4 | ||||
-rw-r--r-- | sc/CppunitTest_sc_uicalc.mk | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_macros_test.mk b/sc/CppunitTest_sc_macros_test.mk index a6dd427cde67..e505f721396f 100644 --- a/sc/CppunitTest_sc_macros_test.mk +++ b/sc/CppunitTest_sc_macros_test.mk @@ -79,4 +79,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sc_macros_test,services)) $(eval $(call gb_CppunitTest_use_configuration,sc_macros_test)) +$(eval $(call gb_CppunitTest_add_arguments,sc_macros_test, \ + -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/sc/CppunitTest_sc_shapetest.mk b/sc/CppunitTest_sc_shapetest.mk index 9ca17f2512c0..e8dde4042409 100644 --- a/sc/CppunitTest_sc_shapetest.mk +++ b/sc/CppunitTest_sc_shapetest.mk @@ -53,4 +53,8 @@ $(eval $(call gb_CppunitTest_use_components,sc_shapetest,\ $(eval $(call gb_CppunitTest_use_configuration,sc_shapetest)) +$(eval $(call gb_CppunitTest_add_arguments,sc_shapetest, \ + -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/sc/CppunitTest_sc_uicalc.mk b/sc/CppunitTest_sc_uicalc.mk index da0326757b46..af23c8b38966 100644 --- a/sc/CppunitTest_sc_uicalc.mk +++ b/sc/CppunitTest_sc_uicalc.mk @@ -53,4 +53,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sc_uicalc,services)) $(eval $(call gb_CppunitTest_use_configuration,sc_uicalc)) +$(eval $(call gb_CppunitTest_add_arguments,sc_uicalc, \ + -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: |