summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_headerfieldsobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-12-08 08:22:48 +0000
committerJens Carl <j.carl43@gmx.de>2018-12-15 06:47:46 +0100
commit2d6e0bdda331dc6343972f9ec786335aa8ddc674 (patch)
tree7e056b8b97b74dbf54fec8feba4299058d9a81de /sc/CppunitTest_sc_headerfieldsobj.mk
parent4f4f74642838d19278339fac9f8bc75ed8bfe1d5 (diff)
tdf#45904 Move XRefreshable Java tests to C++
Move XRefreshable Java tests to C++ for ScHeaderFieldsObj. Change-Id: Ia922b11e93f38bfc56795cc34c150b3429fd5447 Reviewed-on: https://gerrit.libreoffice.org/64798 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_headerfieldsobj.mk')
-rw-r--r--sc/CppunitTest_sc_headerfieldsobj.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_headerfieldsobj.mk b/sc/CppunitTest_sc_headerfieldsobj.mk
new file mode 100644
index 000000000000..c8257738ae11
--- /dev/null
+++ b/sc/CppunitTest_sc_headerfieldsobj.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_headerfieldsobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_headerfieldsobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_headerfieldsobj, \
+ sc/qa/extras/scheaderfieldsobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_headerfieldsobj, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_headerfieldsobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_headerfieldsobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_headerfieldsobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_headerfieldsobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_headerfieldsobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_headerfieldsobj))
+
+# vim: set noet sw=4 ts=4: