summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_uiimpress.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-10-26 15:01:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-10-26 21:22:53 +0200
commit5e43ccb27584d98699e2b2e06658d5b52ebcdff7 (patch)
tree457f0557a99d4e8531f49f391a366da615f04c43 /sd/CppunitTest_sd_uiimpress.mk
parentaad5baa3836087032658a5db3673decd9e242e75 (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 'sd/CppunitTest_sd_uiimpress.mk')
-rw-r--r--sd/CppunitTest_sd_uiimpress.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_uiimpress.mk b/sd/CppunitTest_sd_uiimpress.mk
index e7ee786e98ba..2599d0a97982 100644
--- a/sd/CppunitTest_sd_uiimpress.mk
+++ b/sd/CppunitTest_sd_uiimpress.mk
@@ -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: