summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_cellfieldsobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-12-07 20:47:38 +0000
committerJens Carl <j.carl43@gmx.de>2018-12-08 04:02:16 +0100
commit47d7608395bde93782cd9642abeeebe482ddf301 (patch)
tree023591a4ec3d46f2428061ee6b74ed617853de28 /sc/CppunitTest_sc_cellfieldsobj.mk
parent7869b3d6e4b24a0567ad2e492038d74c03b06b7d (diff)
tdf#45904 Move XRefreshable Java tests to C++
Move XRefreshable Java tests to C++ for ScCellFieldsObj. Change-Id: Ic5679c32669b1368a702c9b132e6789fb828330f Reviewed-on: https://gerrit.libreoffice.org/64793 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_cellfieldsobj.mk')
-rw-r--r--sc/CppunitTest_sc_cellfieldsobj.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_cellfieldsobj.mk b/sc/CppunitTest_sc_cellfieldsobj.mk
new file mode 100644
index 000000000000..3d672ea176f5
--- /dev/null
+++ b/sc/CppunitTest_sc_cellfieldsobj.mk
@@ -0,0 +1,43 @@
+# -*- 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_cellfieldsobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_cellfieldsobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellfieldsobj, \
+ sc/qa/extras/sccellfieldsobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_cellfieldsobj, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_cellfieldsobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_cellfieldsobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_cellfieldsobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_cellfieldsobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_cellfieldsobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_cellfieldsobj))
+
+# vim: set noet sw=4 ts=4: