summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_tablerowsobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-12-18 19:55:09 +0000
committerJens Carl <j.carl43@gmx.de>2018-12-19 00:32:21 +0100
commit9b39fcd59c251e51c074e90f48924849b6f2f5c7 (patch)
treeabd09131eb3b967d836beacd6a0a7d72b8b3bc81 /sc/CppunitTest_sc_tablerowsobj.mk
parent2b9739b9b009de93efa4f24995469c3bb9d82261 (diff)
tdf#45904 Move XIndexAccess Java tests to C++
Move XIndexAccess Java tests to C++ for ScTableRowsObj. Change-Id: I90dc592ba7901dab9c402b56e9e992fe7593c71c Reviewed-on: https://gerrit.libreoffice.org/65371 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_tablerowsobj.mk')
-rw-r--r--sc/CppunitTest_sc_tablerowsobj.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_tablerowsobj.mk b/sc/CppunitTest_sc_tablerowsobj.mk
new file mode 100644
index 000000000000..34d4b2b8c250
--- /dev/null
+++ b/sc/CppunitTest_sc_tablerowsobj.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_tablerowsobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_tablerowsobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_tablerowsobj, \
+ sc/qa/extras/sctablerowsobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_tablerowsobj, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_tablerowsobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_tablerowsobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_tablerowsobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_tablerowsobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_tablerowsobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_tablerowsobj))
+
+# vim: set noet sw=4 ts=4: