summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_ddelinkobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-03-26 07:13:25 +0000
committerJens Carl <j.carl43@gmx.de>2018-03-27 03:14:09 +0200
commit655b9054bc265de377c3dc411e2ef40cdfd16dce (patch)
tree7553492426131f6b44e474409a9c15c33456489e /sc/CppunitTest_sc_ddelinkobj.mk
parent0869602fdfb48ff133338915d210e2190772feef (diff)
tdf#45904 Move _XDDELink Java test to C++
Change-Id: Ic7a23088ee10f2d92d05354131e3066ec098a7b9 Reviewed-on: https://gerrit.libreoffice.org/51850 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_ddelinkobj.mk')
-rw-r--r--sc/CppunitTest_sc_ddelinkobj.mk72
1 files changed, 72 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_ddelinkobj.mk b/sc/CppunitTest_sc_ddelinkobj.mk
new file mode 100644
index 000000000000..79af2daf687a
--- /dev/null
+++ b/sc/CppunitTest_sc_ddelinkobj.mk
@@ -0,0 +1,72 @@
+# -*- 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_ddelinkobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_ddelinkobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_ddelinkobj, \
+ sc/qa/extras/scddelinkobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_ddelinkobj, \
+ 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_ddelinkobj,\
+ -I$(SRCDIR)/sc/source/ui/inc \
+ -I$(SRCDIR)/sc/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_ddelinkobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_ddelinkobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_ddelinkobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_ddelinkobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_ddelinkobj))
+
+# vim: set noet sw=4 ts=4: