summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_drawpagesobj.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-01-21 22:47:27 +0000
committerJens Carl <j.carl43@gmx.de>2019-01-22 01:41:50 +0100
commit835b854d74bcd9f9c6a87b24d533242433f7800b (patch)
tree01795b6c2c7484e7b504d6dd203cb62f88ad23dd /sc/CppunitTest_sc_drawpagesobj.mk
parent2d33c7cb4b4835de77194650124a1cf046920f66 (diff)
tdf#45904 Move XIndexAccess Java tests to C++
Move XIndexAccess Java tests to C++ for ScDrawPagesObj. Change-Id: Ib9983f0f55c79856cf66091a4b4881fafaa1f0b9 Reviewed-on: https://gerrit.libreoffice.org/66707 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/CppunitTest_sc_drawpagesobj.mk')
-rw-r--r--sc/CppunitTest_sc_drawpagesobj.mk44
1 files changed, 44 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_drawpagesobj.mk b/sc/CppunitTest_sc_drawpagesobj.mk
new file mode 100644
index 000000000000..db344475b44b
--- /dev/null
+++ b/sc/CppunitTest_sc_drawpagesobj.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_drawpagesobj))
+
+$(eval $(call gb_CppunitTest_use_external,sc_drawpagesobj,boost_headers))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_drawpagesobj, \
+ sc/qa/extras/scdrawpagesobj \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sc_drawpagesobj, \
+ cppu \
+ sal \
+ subsequenttest \
+ test \
+ unotest \
+ vcl \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sc_drawpagesobj,\
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,sc_drawpagesobj))
+
+$(eval $(call gb_CppunitTest_use_ure,sc_drawpagesobj))
+$(eval $(call gb_CppunitTest_use_vcl,sc_drawpagesobj))
+
+$(eval $(call gb_CppunitTest_use_components,sc_drawpagesobj,\
+ $(sc_unoapi_common_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sc_drawpagesobj))
+
+# vim: set noet sw=4 ts=4: