summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-06-01 12:46:30 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-01 16:00:33 +0200
commit94dcb3b1a5b38b7b35cb75b068836d78134a6b7b (patch)
treeadcec8c6e4c74ccb2b37ef51fe9bd67246a4e6bf /sc/Module_sc.mk
parent403a8674e3ba46caaaa5734f62d57b3bf8dbd603 (diff)
UITest_calc_tests: split this into 4 parts
Before: make -sr UITest_calc_tests -> 10m48.934s After: make -sr -j4 UITest_calc_tests UITest_calc_tests2 UITest_calc_tests3 UITest_calc_tests4 -> 5m40.113s As a start just split based on the number of .py files in the directories, one could improve this further by making them even more equal based on number of lines or something. Change-Id: I7a98a29e5d18a7600575956a7d8a0ec81e804269 Reviewed-on: https://gerrit.libreoffice.org/55174 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 35277496202a..ee30a84469e5 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -185,6 +185,9 @@ $(eval $(call gb_Module_add_uicheck_targets,sc,\
UITest_autofilter \
UITest_search_replace \
UITest_calc_tests \
+ UITest_calc_tests2 \
+ UITest_calc_tests3 \
+ UITest_calc_tests4 \
))
endif