summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-15 15:55:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-16 07:55:22 +0100
commitb8ab6915d8a3af8c4512ebd6b6d8f9bd546364c8 (patch)
tree7b34193ab440b083fc6df49dfa094c9c49a6275f /sw/Module_sw.mk
parente48e063254caa7eb26b5c3c50fd64236d59ed553 (diff)
split sw_rtfexport and sw_rtfexport2 tests up
which takes it from 18m to 15m for me. Change-Id: If5a6ee84fe7c651a1a66b95cb6ece0a73f3664dd Reviewed-on: https://gerrit.libreoffice.org/66391 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r--sw/Module_sw.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index bfcb358343a5..d11de2c81a13 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -55,6 +55,11 @@ $(eval $(call gb_Module_add_check_targets,sw,\
$(eval $(call gb_Module_add_slowcheck_targets,sw,\
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
CppunitTest_sw_uwriter) \
+ CppunitTest_sw_rtfexport \
+ CppunitTest_sw_rtfexport2 \
+ CppunitTest_sw_rtfexport3 \
+ CppunitTest_sw_rtfexport4 \
+ CppunitTest_sw_rtfexport5 \
CppunitTest_sw_docbookexport \
CppunitTest_sw_fodfexport \
CppunitTest_sw_htmlexport \
@@ -85,9 +90,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_ww8export2 \
CppunitTest_sw_ww8export3 \
CppunitTest_sw_ww8import \
- CppunitTest_sw_rtfexport \
- CppunitTest_sw_rtfexport2 \
- CppunitTest_sw_rtfexport3 \
CppunitTest_sw_rtfimport \
CppunitTest_sw_odfexport \
CppunitTest_sw_odfimport \