diff options
-rw-r--r-- | xmloff/CppunitTest_xmloff_draw.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/CppunitTest_xmloff_draw.mk b/xmloff/CppunitTest_xmloff_draw.mk index 46188eb0c438..42c7a9526661 100644 --- a/xmloff/CppunitTest_xmloff_draw.mk +++ b/xmloff/CppunitTest_xmloff_draw.mk @@ -43,4 +43,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,xmloff_draw,\ $(eval $(call gb_CppunitTest_use_configuration,xmloff_draw)) +$(eval $(call gb_CppunitTest_add_arguments,xmloff_draw, \ + -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: |