summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-29 01:31:59 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2015-05-29 11:51:56 +0000
commite68cc3f919c85a385fb3d8f073fbd5cd04ab835f (patch)
tree38ee717d761e6e9b4843a1332b89814a3eff170b /sw/Module_sw.mk
parente4c3a73e30ecd8c82473f4dc5f16a74b6f50d15f (diff)
split sw unoapi test for performance
- test previously took 3m35s here - slowest part is now 70s Change-Id: I4a3e03cf6ef014ad60ecf6897b7395a680c33460 Reviewed-on: https://gerrit.libreoffice.org/15957 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r--sw/Module_sw.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index ce01e9a0904d..7dfd54128a58 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -83,7 +83,10 @@ endif
ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
JunitTest_sw_complex \
- JunitTest_sw_unoapi \
+ JunitTest_sw_unoapi_1 \
+ JunitTest_sw_unoapi_2 \
+ JunitTest_sw_unoapi_3 \
+ JunitTest_sw_unoapi_4 \
))
endif