summaryrefslogtreecommitdiff
path: root/sw/UITest_writer_tests4.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-07-03 17:18:55 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-07-03 19:34:40 +0200
commit457acbfa304ac8bda0755c9ca8f1e1e22e490ac8 (patch)
tree9406890f62aa4c79912fa2278f6e913f58b42ad4 /sw/UITest_writer_tests4.mk
parentd503b5d50b22fe376d74aadbe518bc616299a019 (diff)
UITest_writer_tests: split this into 4 parts
Before: make -sr -j2 UITest_writer_tests UITest_writer_tests2 -> 5m9,863s After: make -sr -j4 UITest_writer_tests UITest_writer_tests2 UITest_writer_tests3 UITest_writer_tests4 -> 2m21,734s Again just assuming that each .py file means the same amount of CPU cost (which may not be true exactly). Change-Id: I9c4144c40eb1116d4b999bbba68e2fbef440af7b Reviewed-on: https://gerrit.libreoffice.org/56880 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'sw/UITest_writer_tests4.mk')
-rw-r--r--sw/UITest_writer_tests4.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_writer_tests4.mk b/sw/UITest_writer_tests4.mk
new file mode 100644
index 000000000000..8b4b5285e2d4
--- /dev/null
+++ b/sw/UITest_writer_tests4.mk
@@ -0,0 +1,16 @@
+# 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_UITest_UITest,writer_tests4))
+
+$(eval $(call gb_UITest_add_modules,writer_tests4,$(SRCDIR)/sw/qa/uitest,\
+ writer_tests4/ \
+))
+
+$(eval $(call gb_UITest_set_defs,writer_tests4, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
+))