summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_functiondescriptionobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-03-20 04:53:31 +0000
committerJens Carl <j.carl43@gmx.de>2018-04-15 00:58:31 +0200
commitc8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (patch)
tree711f4dbb45e0840f26f66a3d984fe17627d1f776 /sc/CppunitTest_sc_functiondescriptionobj.mk
parent3fb48f0b6a542bb6d91cc35c0dbd3454758ffb2d (diff)
tdf#45904 Move _FunctionDescription Java tests to C++
Change-Id: Ib4baf75dddb3b63bab25ab13967a20c65d692ce2 Reviewed-on: https://gerrit.libreoffice.org/52613 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_functiondescriptionobj.mk')
-rw-r--r--sc/CppunitTest_sc_functiondescriptionobj.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_functiondescriptionobj.mk b/sc/CppunitTest_sc_functiondescriptionobj.mk
new file mode 100644
index 000000000000..8c152d18f030
--- /dev/null
+++ b/sc/CppunitTest_sc_functiondescriptionobj.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_functiondescriptionobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_functiondescriptionobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_functiondescriptionobj, \
+ sc/qa/extras/scfunctiondescriptionobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_functiondescriptionobj, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_functiondescriptionobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_functiondescriptionobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_functiondescriptionobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_functiondescriptionobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_functiondescriptionobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_functiondescriptionobj))
+
+# vim: set noet sw=4 ts=4: