summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_stylefamiliesobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-01-15 06:57:53 +0000
committerJens Carl <j.carl43@gmx.de>2019-01-15 18:29:30 +0100
commitbabb947e4c23240bf63acbf6657384f0e2c982bd (patch)
tree3e2a6e76c6f8131fd3b9ed16d2d10d04fb018441 /sc/CppunitTest_sc_stylefamiliesobj.mk
parentcec518ca610022684e4ddf11cadab4d1eb6f3e11 (diff)
tdf#45904 Move XNameAccess Java tests to C++
Move XNameAccess Java tests to C++ for ScStyleFamiliesObj. Change-Id: Ief102954b4393ab54747bbe1ea4f7f5b0346393e Reviewed-on: https://gerrit.libreoffice.org/66345 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_stylefamiliesobj.mk')
-rw-r--r--sc/CppunitTest_sc_stylefamiliesobj.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_stylefamiliesobj.mk b/sc/CppunitTest_sc_stylefamiliesobj.mk
new file mode 100644
index 000000000000..7c9a5f5a3d76
--- /dev/null
+++ b/sc/CppunitTest_sc_stylefamiliesobj.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_stylefamiliesobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_stylefamiliesobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_stylefamiliesobj, \
+ sc/qa/extras/scstylefamiliesobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_stylefamiliesobj, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_stylefamiliesobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_stylefamiliesobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_stylefamiliesobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_stylefamiliesobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_stylefamiliesobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_stylefamiliesobj))
+
+# vim: set noet sw=4 ts=4: