summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_filterdescriptorbaseobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-10-20 22:39:21 +0000
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-10-29 23:45:13 +0100
commitba93d6aeb73cba64f037a0bd88d96fedb90f3f2f (patch)
tree8bec0d8dde2d50728466d01226e8b85efc92bdf0 /sc/CppunitTest_sc_filterdescriptorbaseobj.mk
parent4200896e36f259a60b3d3288e13ff08d2fda861c (diff)
tdf#45904: Move Java _XSheetFilterDescriptor tests to C++
Change-Id: If9bbef199f2c698f9ffeb3d57423b66ebd439a94 Reviewed-on: https://gerrit.libreoffice.org/43635 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/CppunitTest_sc_filterdescriptorbaseobj.mk')
-rw-r--r--sc/CppunitTest_sc_filterdescriptorbaseobj.mk105
1 files changed, 105 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_filterdescriptorbaseobj.mk b/sc/CppunitTest_sc_filterdescriptorbaseobj.mk
new file mode 100644
index 000000000000..28cd6c7af67b
--- /dev/null
+++ b/sc/CppunitTest_sc_filterdescriptorbaseobj.mk
@@ -0,0 +1,105 @@
+# -*- 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,sc_filterdescriptorbaseobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_filterdescriptorbaseobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_filterdescriptorbaseobj, \
+ sc/qa/extras/scfilterdescriptorbaseobj\
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_filterdescriptorbaseobj, \
+ basegfx \
+ comphelper \
+ cppu \
+ cppuhelper \
+ drawinglayer \
+ editeng \
+ for \
+ forui \
+ i18nlangtag \
+ msfilter \
+ oox \
+ sal \
+ salhelper \
+ sax \
+ sb \
+ sc \
+ sfx \
+ sot \
+ subsequenttest \
+ svl \
+ svt \
+ svx \
+ svxcore \
+ test \
+ tk \
+ tl \
+ ucbhelper \
+ unotest \
+ utl \
+ vbahelper \
+ vcl \
+ xo \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_filterdescriptorbaseobj,\
+ -I$(SRCDIR)/sc/source/ui/inc \
+ -I$(SRCDIR)/sc/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_filterdescriptorbaseobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_filterdescriptorbaseobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_filterdescriptorbaseobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_filterdescriptorbaseobj,\
+ basic/util/sb \
+ comphelper/util/comphelp \
+ configmgr/source/configmgr \
+ dbaccess/util/dba \
+ filter/source/config/cache/filterconfig1 \
+ filter/source/storagefilterdetect/storagefd \
+ forms/util/frm \
+ framework/util/fwk \
+ i18npool/source/search/i18nsearch \
+ i18npool/util/i18npool \
+ oox/util/oox \
+ package/source/xstor/xstor \
+ package/util/package2 \
+ sax/source/expatwrap/expwrap \
+ scripting/source/basprov/basprov \
+ scripting/util/scriptframe \
+ sc/util/sc \
+ sc/util/scd \
+ sc/util/scfilt \
+ $(call gb_Helper_optional,SCRIPTING, \
+ sc/util/vbaobj) \
+ sfx2/util/sfx \
+ sot/util/sot \
+ svl/source/fsstor/fsstorage \
+ toolkit/util/tk \
+ ucb/source/core/ucb1 \
+ ucb/source/ucp/file/ucpfile1 \
+ ucb/source/ucp/tdoc/ucptdoc1 \
+ unotools/util/utl \
+ unoxml/source/rdf/unordf \
+ unoxml/source/service/unoxml \
+ uui/util/uui \
+ xmloff/util/xo \
+ svtools/util/svt \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_filterdescriptorbaseobj))
+
+# vim: set noet sw=4 ts=4: