summaryrefslogtreecommitdiff
path: root/postprocess/CppunitTest_services.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-19 22:46:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-19 22:46:34 +0100
commit014fbd610e80c7b89e1f1d280d09d934ab4f3007 (patch)
treebffc16dd2a380c2e8ffe2bfa47241b9a2ceefbd0 /postprocess/CppunitTest_services.mk
parenta94390d20c50125e25e29431ca15ca2ca6683d17 (diff)
Improve CppunitTest_services
Change-Id: I4b22ce7e5fa91d5008f72e1f351d25063065ba43
Diffstat (limited to 'postprocess/CppunitTest_services.mk')
-rw-r--r--postprocess/CppunitTest_services.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk
index c80f2513692b..5a8a65dbe298 100644
--- a/postprocess/CppunitTest_services.mk
+++ b/postprocess/CppunitTest_services.mk
@@ -29,7 +29,17 @@ $(eval $(call gb_CppunitTest_use_sdk_api,services))
$(eval $(call gb_CppunitTest_use_ure,services))
$(eval $(call gb_CppunitTest_use_rdb,services,services))
+ifneq ($(DISABLE_PYTHON),TRUE)
+$(eval $(call gb_CppunitTest_use_rdb,services,pyuno))
+endif
$(eval $(call gb_CppunitTest_use_configuration,services))
+ifeq ($(ENABLE_JAVA),TRUE)
+$(call gb_CppunitTest_get_target,services): $(call gb_Jar_get_target,unoil)
+$(eval $(call gb_CppunitTest_add_arguments,services, \
+ -env:URE_MORE_JAVA_TYPES=$(call gb_Helper_make_url,$(call gb_Jar_get_target,unoil)) \
+))
+endif
+
# vim: set noet sw=4 ts=4: