summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_sheetlinksobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-01-23 18:52:20 +0000
committerJens Carl <j.carl43@gmx.de>2019-01-23 23:24:05 +0100
commitcae2d0cda5d462889274a6ea0be30b8c0e9f8c6e (patch)
tree4585fe020198d5fcb7abf81c43f32d2fd844c3d6 /sc/CppunitTest_sc_sheetlinksobj.mk
parent43978dba59cf6cfb747d4f6258bf951d4717c4c1 (diff)
tdf#45904 Move XEnumerationAccess Java test to C++
Move XEnumerationAccess Java test to C++ for ScSheetLinksObj. Change-Id: I68013a9717ab8da1dd4b15f489fc394c101cc016 Reviewed-on: https://gerrit.libreoffice.org/66814 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_sheetlinksobj.mk')
-rw-r--r--sc/CppunitTest_sc_sheetlinksobj.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_sheetlinksobj.mk b/sc/CppunitTest_sc_sheetlinksobj.mk
new file mode 100644
index 000000000000..15a80fe23658
--- /dev/null
+++ b/sc/CppunitTest_sc_sheetlinksobj.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_sheetlinksobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_sheetlinksobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_sheetlinksobj, \
+ sc/qa/extras/scsheetlinksobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_sheetlinksobj, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_sheetlinksobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_sheetlinksobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_sheetlinksobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_sheetlinksobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_sheetlinksobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_sheetlinksobj))
+
+# vim: set noet sw=4 ts=4: