summaryrefslogtreecommitdiff
path: root/sd/Module_sd.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-06-30 20:52:34 +0200
committerMichael Stahl <mstahl@redhat.com>2016-07-01 11:21:10 +0200
commit3fc82623635ff8e57df2c92811abd9d7e481c046 (patch)
tree4538847371132ea77f9f00ce9e81d91d979579f5 /sd/Module_sd.mk
parent0a93639221a9de78eb548cf73a616f74c464d7ce (diff)
sd: sd_export_ooxml still takes the most time, split it in 2
Change-Id: Ib102ba9b54c4b7730c583e3cb5e769f70fcb5b09
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r--sd/Module_sd.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 7fe92e598199..a6b4f9defb0d 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -30,7 +30,8 @@ $(eval $(call gb_Module_add_check_targets,sd,\
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
CppunitTest_sd_uimpress) \
CppunitTest_sd_import_tests \
- CppunitTest_sd_export_ooxml \
+ CppunitTest_sd_export_ooxml1 \
+ CppunitTest_sd_export_ooxml2 \
CppunitTest_sd_export_tests \
CppunitTest_sd_filters_test \
CppunitTest_sd_misc_tests \