diff options
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: |