Fix test dependencies for module-only build

Change-Id: I94d938c60074f74996cce4eb99183c5372e5c1de
Reviewed-on: https://gerrit.libreoffice.org/77699
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2019-08-19 09:01:53 +02:00
parent c79efeb66f
commit 082e95f684

View file

@ -23,4 +23,10 @@ $(eval $(call gb_CppunitTest_use_udk_api,stoc_uriproc))
$(eval $(call gb_CppunitTest_use_ure,stoc_uriproc))
# In a full build this is already covered indirectly by gb_CppunitTest_use_ure, but a module-only
# build needs it (and instead using gb_CppunitTest_use_component would cause a "duplicate
# implementation" DeploymentException):
$(call gb_CppunitTest_get_target,stoc_uriproc): \
$(call gb_ComponentTarget_get_target,stoc/util/stocservices)
# vim: set noet sw=4 ts=4: