diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-03 17:18:55 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-03 19:34:40 +0200 |
commit | 457acbfa304ac8bda0755c9ca8f1e1e22e490ac8 (patch) | |
tree | 9406890f62aa4c79912fa2278f6e913f58b42ad4 /sw/Module_sw.mk | |
parent | d503b5d50b22fe376d74aadbe518bc616299a019 (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/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index a05c310abdb9..0d94ec50b513 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -135,6 +135,8 @@ $(eval $(call gb_Module_add_screenshot_targets,sw,\ $(eval $(call gb_Module_add_uicheck_targets,sw,\ UITest_writer_tests \ UITest_writer_tests2 \ + UITest_writer_tests3 \ + UITest_writer_tests4 \ )) endif |