diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-07-17 15:53:26 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-07-17 17:34:02 +0200 |
commit | 6ff22ec2a61a17c2c75da6f6ff84476922392dbb (patch) | |
tree | 7ebe1e796e1ca4b1f3db89246d5cc413026af570 /sw/Module_sw.mk | |
parent | 9e8dbd37c4dda5d07c22c66a5a2b08cce4d175f5 (diff) |
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
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 7e71e2c0582d..27ca49f8d63f 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -55,6 +55,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_htmlexport \ CppunitTest_sw_macros_test \ CppunitTest_sw_ooxmlexport \ + CppunitTest_sw_ooxmlfieldexport \ CppunitTest_sw_ooxmlsdrexport \ CppunitTest_sw_ooxmlw14export \ CppunitTest_sw_ooxmlimport \ |