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 /chart2 | |
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 'chart2')
-rw-r--r-- | chart2/CppunitTest_chart2_geometry.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/CppunitTest_chart2_geometry.mk b/chart2/CppunitTest_chart2_geometry.mk index 9b9ff34b5335..1b31bf9d7269 100644 --- a/chart2/CppunitTest_chart2_geometry.mk +++ b/chart2/CppunitTest_chart2_geometry.mk @@ -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: |