summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_bugfix_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sc/CppunitTest_sc_bugfix_test.mk')
-rw-r--r--sc/CppunitTest_sc_bugfix_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_bugfix_test.mk b/sc/CppunitTest_sc_bugfix_test.mk
index 813e0c9b4bad..1abda4990bb4 100644
--- a/sc/CppunitTest_sc_bugfix_test.mk
+++ b/sc/CppunitTest_sc_bugfix_test.mk
@@ -127,4 +127,8 @@ $(eval $(call gb_CppunitTest_use_packages,sc_bugfix_test,\
))
endif
+$(eval $(call gb_CppunitTest_add_arguments,sc_bugfix_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: