More CppunitTests need the ASan hack

...from e854abe076 "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>
This commit is contained in:
Stephan Bergmann 2022-10-26 15:01:00 +02:00
parent aad5baa383
commit 5e43ccb275
6 changed files with 24 additions and 0 deletions

View file

@ -134,6 +134,10 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,chart2_geometry, \
$(eval $(call gb_CppunitTest_use_configuration,chart2_geometry))
$(eval $(call gb_CppunitTest_add_arguments,chart2_geometry, \
-env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
))
$(call gb_CppunitTest_get_target,chart2_geometry): $(call gb_Package_get_target,postprocess_images)
# vim: set noet sw=4 ts=4:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

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

View file

@ -73,4 +73,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_macros_test,services))
$(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))
$(eval $(call gb_CppunitTest_add_arguments,sw_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: