summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_chartsobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-03-09 02:58:56 +0000
committerJens Carl <j.carl43@gmx.de>2019-03-10 00:23:09 +0100
commit12fb6e9e1a0ccdab412832a9e9a7e0cdd7c312be (patch)
tree1eb5f2b9d6379154fb3c31c004917880f9d1170c /sc/CppunitTest_sc_chartsobj.mk
parent97551d819fc62d54c0bbeda74730748e17a5afbf (diff)
tdf#45904 Move XEnumerationAccess Java test to C++
Move XEnumerationAccess Java test to C++ for ScChartsObj. Change-Id: Ia9afb9fcaa5b81b140f47f309166f09af779ca52 Reviewed-on: https://gerrit.libreoffice.org/68953 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_chartsobj.mk')
-rw-r--r--sc/CppunitTest_sc_chartsobj.mk44
1 files changed, 44 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_chartsobj.mk b/sc/CppunitTest_sc_chartsobj.mk
new file mode 100644
index 000000000000..6459a2fe985b
--- /dev/null
+++ b/sc/CppunitTest_sc_chartsobj.mk
@@ -0,0 +1,44 @@
+# -*- 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_chartsobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_chartsobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_chartsobj, \
+ sc/qa/extras/scchartsobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_chartsobj, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_chartsobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_chartsobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_chartsobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_chartsobj))
+
+$(eval $(call gb_CppunitTest_use_rdb,sc_chartsobj,services))
+
+$(eval $(call gb_CppunitTest_use_components,sc_chartsobj))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_chartsobj))
+
+# vim: set noet sw=4 ts=4: