summaryrefslogtreecommitdiff
path: root/ucb/CppunitTest_ucb_webdav_local_neon.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/CppunitTest_ucb_webdav_local_neon.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/CppunitTest_ucb_webdav_local_neon.mk')
-rw-r--r--ucb/CppunitTest_ucb_webdav_local_neon.mk52
1 files changed, 0 insertions, 52 deletions
diff --git a/ucb/CppunitTest_ucb_webdav_local_neon.mk b/ucb/CppunitTest_ucb_webdav_local_neon.mk
deleted file mode 100644
index b9b6d5d448ef..000000000000
--- a/ucb/CppunitTest_ucb_webdav_local_neon.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#*************************************************************************
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-#*************************************************************************
-
-$(eval $(call gb_CppunitTest_CppunitTest,ucb_webdav_local_neon))
-
-$(eval $(call gb_CppunitTest_use_sdk_api,ucb_webdav_local_neon))
-
-$(eval $(call gb_CppunitTest_use_libraries,ucb_webdav_local_neon, \
- comphelper \
- cppu \
- cppuhelper \
- sal \
- salhelper \
- test \
- ucbhelper \
- tl \
-))
-
-$(eval $(call gb_CppunitTest_use_library_objects,ucb_webdav_local_neon, \
- ucpdav1 \
-))
-
-$(eval $(call gb_CppunitTest_use_externals,ucb_webdav_local_neon,\
- boost_headers \
- libxml2 \
- curl \
-))
-
-$(eval $(call gb_CppunitTest_use_custom_headers,ucb_webdav_local_neon,\
- officecfg/registry \
-))
-
-$(eval $(call gb_CppunitTest_add_exception_objects,ucb_webdav_local_neon, \
- ucb/qa/cppunit/webdav/webdav_local_neon \
-))
-
-$(eval $(call gb_CppunitTest_set_include,ucb_webdav_local_neon,\
- $$(INCLUDE) \
- -I$(SRCDIR)/ucb/source/ucp/webdav-curl \
-))
-
-$(eval $(call gb_CppunitTest_use_static_libraries,ucb_webdav_local_neon))
-
-# vim: set noet sw=4 ts=4: