summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-08-02 15:12:15 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-02 19:16:37 +0200
commit00daa1f560676ed15583f0a4353e7be18a917f91 (patch)
tree970aaeb1f56011462685829d2ddaddd6762c9144 /postprocess
parent1f6e670605cc856a6e9febb024f9cb2427156020 (diff)
fix java deps for services test
Change-Id: Ifa7a67862fca71dfd96dc55eec9f065f303d88a9
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CppunitTest_services.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk
index 08c860e16412..647d9eb3f877 100644
--- a/postprocess/CppunitTest_services.mk
+++ b/postprocess/CppunitTest_services.mk
@@ -38,9 +38,10 @@ 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)) \
+$(eval $(call gb_CppunitTest_use_java_ure,services))
+
+$(eval $(call gb_CppunitTest_use_jars,services,\
+ smoketest \
))
endif