summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport4.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-08-19 17:20:08 +0200
committerLuboš Luňák <l.lunak@collabora.com>2014-08-19 17:25:00 +0200
commit869a3e1b7f269053b4fed6d768939c0ab595bc76 (patch)
tree4e549a3616760ea0ac3886f0fc98d13a78c7b020 /sw/CppunitTest_sw_ooxmlexport4.mk
parent36490fff3f4d1b4a7e4b7902a866abb177a0bf54 (diff)
split CppunitTest_sw_ooxmlexport into several tests
In order to allow running them in parallel. There are already enough tests to make it run for a couple of minutes and it's annoying to see only once core busy with it. I intentionally left the original file at the same name, without 1 appended, in order to avoid merge problems. Change-Id: I097c45c34797cc68f5d1790cf31eefc96fbaf44e
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport4.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport4.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport4.mk b/sw/CppunitTest_sw_ooxmlexport4.mk
new file mode 100644
index 000000000000..951b5959235d
--- /dev/null
+++ b/sw/CppunitTest_sw_ooxmlexport4.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
+
+$(call sw_ooxmlexport_test,4)
+
+# vim: set noet sw=4 ts=4: