summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport6.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-27 07:41:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-27 07:42:14 +0200
commitfa681d4d72b4d01621ff2e45c3e55aa824f5c8bc (patch)
treefbeb4bc8dd508f448f7f2d4f430f558e0bda988c /sw/CppunitTest_sw_ooxmlexport6.mk
parent06dbd23c2b4d8412fbd1ee10c23f4bcddff667fb (diff)
CppunitTest_sw_ooxmlsdrexport: split into two parts
Change-Id: I8af572c43542c384718c8f9c75749d2f3cb35cac
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport6.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport6.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport6.mk b/sw/CppunitTest_sw_ooxmlexport6.mk
new file mode 100644
index 000000000000..f619ada6c144
--- /dev/null
+++ b/sw/CppunitTest_sw_ooxmlexport6.mk
@@ -0,0 +1,16 @@
+# -*- 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 sw_ooxmlexport_test,6))
+
+# vim: set noet sw=4 ts=4: