summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport12.mk
diff options
context:
space:
mode:
authorMark Hung <marklh9@gmail.com>2018-03-29 21:35:42 +0800
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-31 11:05:52 +0200
commit457208b260cbcc0b3aa1f045702d18a31d6dc671 (patch)
treeb8287db1beb080af6aaf1e276673a0001c0ed054 /sw/CppunitTest_sw_ooxmlexport12.mk
parent82b6d86305ad823700f9d1ccbebba785b0387a5b (diff)
Split ooxmlexport10 into two unit test modules.
Change-Id: Ibd714f81f76717ac159897f6ee9f907a8098cabe Reviewed-on: https://gerrit.libreoffice.org/52153 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport12.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport12.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport12.mk b/sw/CppunitTest_sw_ooxmlexport12.mk
new file mode 100644
index 000000000000..241c642ba1fc
--- /dev/null
+++ b/sw/CppunitTest_sw_ooxmlexport12.mk
@@ -0,0 +1,14 @@
+# -*- 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 sw_ooxmlexport_test,12))
+
+# vim: set noet sw=4 ts=4: