summaryrefslogtreecommitdiff
path: root/ucb/Module_ucb.mk
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-11-02 16:53:29 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2021-11-03 09:32:32 +0100
commit895918b07da8fbe5603b3a96b3c58a8dc2d066e5 (patch)
tree427a9ed50b331117226f5f77eb80f0fe44d5d77a /ucb/Module_ucb.mk
parent5a44e3772adb281d16757cdac3120d56565a96e5 (diff)
ucb: webdav-curl: consolidate unit tests
1 CppuniTest makefile should be sufficient, particularly since all 4 of them used gb_CppunitTest_use_library_objects so this should reduce wasted space. Change-Id: I485f0af0aee2b265b56c505ced44257834784e98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124608 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'ucb/Module_ucb.mk')
-rw-r--r--ucb/Module_ucb.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/Module_ucb.mk b/ucb/Module_ucb.mk
index 6e630e9c6342..19c1aec96591 100644
--- a/ucb/Module_ucb.mk
+++ b/ucb/Module_ucb.mk
@@ -34,10 +34,7 @@ endif
ifeq ($(WITH_WEBDAV),curl)
$(eval $(call gb_Module_add_check_targets,ucb,\
- CppunitTest_ucb_webdav_local_neon \
- CppunitTest_ucb_webdav_neon_opts \
- CppunitTest_ucb_webdav_propfindcache \
- CppunitTest_ucb_webdav_res_access \
+ CppunitTest_ucb_webdav_core \
))
endif