summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlw14export.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-03-11 15:09:22 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-03-11 16:54:42 +0100
commite1323462b2ac183f3d1b683f2a111613977b129a (patch)
tree1510cd5b3944581c17b4ccb52bc4e7d55aac2325 /sw/CppunitTest_sw_ooxmlw14export.mk
parent8dd5e9735ef69d627aea31cbf4e35958fec2b6c9 (diff)
ooxml round-trip tests: Move w14 tests to its own test suite.
Change-Id: I42c7cd0aef3f9811440e70d8ea2c31432e1d32ff
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlw14export.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlw14export.mk51
1 files changed, 51 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlw14export.mk b/sw/CppunitTest_sw_ooxmlw14export.mk
new file mode 100644
index 000000000000..986767099d99
--- /dev/null
+++ b/sw/CppunitTest_sw_ooxmlw14export.mk
@@ -0,0 +1,51 @@
+# -*- 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/.
+#
+#*************************************************************************
+
+include $(SRCDIR)/sw/ooxmlexport_setup.mk
+
+$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlw14export))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlw14export, \
+ sw/qa/extras/ooxmlexport/ooxmlw14export \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlw14export, \
+ $(sw_ooxmlexport_libraries) \
+))
+
+$(eval $(call gb_CppunitTest_use_externals,sw_ooxmlw14export,\
+ boost_headers \
+ libxml2 \
+))
+
+$(eval $(call gb_CppunitTest_set_include,sw_ooxmlw14export,\
+ -I$(SRCDIR)/sw/inc \
+ -I$(SRCDIR)/sw/source/core/inc \
+ -I$(SRCDIR)/sw/qa/extras/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_api,sw_ooxmlw14export,\
+ offapi \
+ udkapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,sw_ooxmlw14export))
+
+$(eval $(call gb_CppunitTest_use_components,sw_ooxmlw14export,\
+ $(sw_ooxmlexport_components) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlw14export))
+
+$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ooxmlw14export))
+
+# vim: set noet sw=4 ts=4: