summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_rtfexport5.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-15 15:55:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-16 07:55:22 +0100
commitb8ab6915d8a3af8c4512ebd6b6d8f9bd546364c8 (patch)
tree7b34193ab440b083fc6df49dfa094c9c49a6275f /sw/CppunitTest_sw_rtfexport5.mk
parente48e063254caa7eb26b5c3c50fd64236d59ed553 (diff)
split sw_rtfexport and sw_rtfexport2 tests up
which takes it from 18m to 15m for me. Change-Id: If5a6ee84fe7c651a1a66b95cb6ece0a73f3664dd Reviewed-on: https://gerrit.libreoffice.org/66391 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/CppunitTest_sw_rtfexport5.mk')
-rw-r--r--sw/CppunitTest_sw_rtfexport5.mk64
1 files changed, 64 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_rtfexport5.mk b/sw/CppunitTest_sw_rtfexport5.mk
new file mode 100644
index 000000000000..c3fc32859dba
--- /dev/null
+++ b/sw/CppunitTest_sw_rtfexport5.mk
@@ -0,0 +1,64 @@
+# -*- 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,sw_rtfexport5))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport5, \
+ sw/qa/extras/rtfexport/rtfexport5 \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sw_rtfexport5, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ i18nlangtag \
+ sal \
+ sfx \
+ sw \
+ test \
+ unotest \
+ utl \
+ vcl \
+ tl \
+))
+
+$(eval $(call gb_CppunitTest_use_externals,sw_rtfexport5,\
+ boost_headers \
+ libxml2 \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sw_rtfexport5,\
+ -I$(SRCDIR)/sw/inc \
+ -I$(SRCDIR)/sw/source/core/inc \
+ -I$(SRCDIR)/sw/qa/extras/inc \
+ $$(INCLUDE) \
+))
+
+ifeq ($(OS),WNT)
+$(eval $(call gb_CppunitTest_add_cxxflags,sw_rtfexport5,\
+ -bigobj \
+))
+endif
+
+$(eval $(call gb_CppunitTest_use_api,sw_rtfexport5,\
+ udkapi \
+ offapi \
+ oovbaapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,sw_rtfexport5))
+$(eval $(call gb_CppunitTest_use_vcl,sw_rtfexport5))
+
+$(eval $(call gb_CppunitTest_use_rdb,sw_rtfexport5,services))
+
+$(eval $(call gb_CppunitTest_use_configuration,sw_rtfexport5))
+
+# vim: set noet sw=4 ts=4: