summaryrefslogtreecommitdiff
path: root/writerfilter/CppunitTest_writerfilter_rtftok.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-12-04 21:03:42 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-05 08:46:16 +0100
commit304368c7be2c9e408cc3884183e39d90a4b15da7 (patch)
tree7ee2ff9585ec481eda691339782f84e73365ba59 /writerfilter/CppunitTest_writerfilter_rtftok.mk
parentf33b6e915fdc29cff25cc93784a04df866ad6bc3 (diff)
writerfilter: name the FiltersTest test CppunitTest_writerfilter_filters_test
To be consistent with CppunitTest_vcl_filters_test. This also allows writing actual manual test code for writerfilter/source/rtftok/ (next to the tested code) later, where the natural choice for such a test suite would be CppunitTest_writerfilter_rtftok. Change-Id: Iff5be9b95b6c2be3ef441e7a766584b2d008a66a Reviewed-on: https://gerrit.libreoffice.org/84460 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'writerfilter/CppunitTest_writerfilter_rtftok.mk')
-rw-r--r--writerfilter/CppunitTest_writerfilter_rtftok.mk61
1 files changed, 0 insertions, 61 deletions
diff --git a/writerfilter/CppunitTest_writerfilter_rtftok.mk b/writerfilter/CppunitTest_writerfilter_rtftok.mk
deleted file mode 100644
index 7f23290cc84b..000000000000
--- a/writerfilter/CppunitTest_writerfilter_rtftok.mk
+++ /dev/null
@@ -1,61 +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,writerfilter_rtftok))
-
-$(eval $(call gb_CppunitTest_use_external,writerfilter_rtftok,boost_headers))
-
-$(eval $(call gb_CppunitTest_add_exception_objects,writerfilter_rtftok, \
- writerfilter/qa/cppunittests/rtftok/testrtftok \
-))
-
-ifeq ($(DISABLE_CVE_TESTS),TRUE)
-$(eval $(call gb_CppunitTest_add_defs,writerfilter_rtftok,\
- -DDISABLE_CVE_TESTS \
-))
-endif
-
-$(eval $(call gb_CppunitTest_use_libraries,writerfilter_rtftok, \
- comphelper \
- cppu \
- cppuhelper \
- sal \
- test \
- unotest \
- vcl \
- writerfilter \
-))
-
-$(eval $(call gb_CppunitTest_use_sdk_api,writerfilter_rtftok))
-
-$(eval $(call gb_CppunitTest_use_ure,writerfilter_rtftok))
-$(eval $(call gb_CppunitTest_use_vcl,writerfilter_rtftok))
-
-$(eval $(call gb_CppunitTest_use_components,writerfilter_rtftok,\
- configmgr/source/configmgr \
- framework/util/fwk \
- i18npool/util/i18npool \
- svtools/util/svt \
- ucb/source/core/ucb1 \
- ucb/source/ucp/file/ucpfile1 \
- writerfilter/util/writerfilter \
- vcl/vcl.common \
-))
-
-
-
-$(eval $(call gb_CppunitTest_use_configuration,writerfilter_rtftok))
-
-# we need to explicitly depend on library writerfilter because it is not implied
-# by a link relation
-$(call gb_CppunitTest_get_target,writerfilter_rtftok) : $(call gb_Library_get_target,writerfilter)
-
-# vim: set noet sw=4 ts=4: