diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-08-19 09:01:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-19 12:50:01 +0200 |
commit | 082e95f684e44954275dc58e306b8dc69590ac80 (patch) | |
tree | 5eb9ae806b2e2888bbf5e3f2be5fbe20a4efb675 /stoc | |
parent | c79efeb66f7951305d0334bc288aee1c571a8728 (diff) |
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>
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/CppunitTest_stoc_uriproc.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stoc/CppunitTest_stoc_uriproc.mk b/stoc/CppunitTest_stoc_uriproc.mk index 6ca328edc39a..f754a0299916 100644 --- a/stoc/CppunitTest_stoc_uriproc.mk +++ b/stoc/CppunitTest_stoc_uriproc.mk @@ -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: |