diff options
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CppunitTest_services.mk | 7 |
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 |