Kaydet (Commit) 6ff22ec2 authored tarafından Miklos Vajna's avatar Miklos Vajna

extract CppunitTest_sw_ooxmlfieldexport from CppunitTest_sw_ooxmlimport

before:
$ time make -sr CppunitTest_sw_ooxmlexport
real    4m5.728s

after:
$ time make -sr CppunitTest_sw_ooxmlexport
real    3m24.446s

and the new CppunitTest_sw_ooxmlfieldexport can run in parallel.

Change-Id: I5a1d121f51e2d09a1c2126a33484e956c5c706a8
üst 9e8dbd37
...@@ -55,6 +55,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ ...@@ -55,6 +55,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_htmlexport \ CppunitTest_sw_htmlexport \
CppunitTest_sw_macros_test \ CppunitTest_sw_macros_test \
CppunitTest_sw_ooxmlexport \ CppunitTest_sw_ooxmlexport \
CppunitTest_sw_ooxmlfieldexport \
CppunitTest_sw_ooxmlsdrexport \ CppunitTest_sw_ooxmlsdrexport \
CppunitTest_sw_ooxmlw14export \ CppunitTest_sw_ooxmlw14export \
CppunitTest_sw_ooxmlimport \ CppunitTest_sw_ooxmlimport \
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment