summaryrefslogtreecommitdiffstats
path: root/sc/CppunitTest_sc_uniquecellformatsobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-12-06 06:38:40 +0000
committerJens Carl <j.carl43@gmx.de>2018-12-06 18:44:34 +0100
commit04ce016e9c618e0b2b35271982e07f265dea81b1 (patch)
tree97b1a16459396b5649e029c242db4ae1df337ad3 /sc/CppunitTest_sc_uniquecellformatsobj.mk
parentOptimize getting filter mask by index from CFilterContainer (diff)
downloadcore-04ce016e9c618e0b2b35271982e07f265dea81b1.tar.gz
core-04ce016e9c618e0b2b35271982e07f265dea81b1.zip
tdf#45904 Move XElementAccess Java tests to C++
Move XElementAccess Java tests to C++ for ScUniqueCellFormatsObj. Change-Id: I9cec7605afa2cbfec48e5ecee22c12983c68afee Reviewed-on: https://gerrit.libreoffice.org/64664 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_uniquecellformatsobj.mk')
-rw-r--r--sc/CppunitTest_sc_uniquecellformatsobj.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_uniquecellformatsobj.mk b/sc/CppunitTest_sc_uniquecellformatsobj.mk
new file mode 100644
index 000000000000..6efd2f1100bb
--- /dev/null
+++ b/sc/CppunitTest_sc_uniquecellformatsobj.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_uniquecellformatsobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_uniquecellformatsobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_uniquecellformatsobj, \
+ sc/qa/extras/scuniquecellformatsobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_uniquecellformatsobj, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_uniquecellformatsobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_uniquecellformatsobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_uniquecellformatsobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_uniquecellformatsobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_uniquecellformatsobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_uniquecellformatsobj))
+
+# vim: set noet sw=4 ts=4: