diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2014-08-19 17:20:08 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2014-08-19 17:25:00 +0200 |
commit | 869a3e1b7f269053b4fed6d768939c0ab595bc76 (patch) | |
tree | 4e549a3616760ea0ac3886f0fc98d13a78c7b020 /sw/Module_sw.mk | |
parent | 36490fff3f4d1b4a7e4b7902a866abb177a0bf54 (diff) |
split CppunitTest_sw_ooxmlexport into several tests
In order to allow running them in parallel. There are already enough
tests to make it run for a couple of minutes and it's annoying to
see only once core busy with it.
I intentionally left the original file at the same name, without 1
appended, in order to avoid merge problems.
Change-Id: I097c45c34797cc68f5d1790cf31eefc96fbaf44e
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 27ca49f8d63f..7e645c852f98 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -55,6 +55,10 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_htmlexport \ CppunitTest_sw_macros_test \ CppunitTest_sw_ooxmlexport \ + CppunitTest_sw_ooxmlexport2 \ + CppunitTest_sw_ooxmlexport3 \ + CppunitTest_sw_ooxmlexport4 \ + CppunitTest_sw_ooxmlexport5 \ CppunitTest_sw_ooxmlfieldexport \ CppunitTest_sw_ooxmlsdrexport \ CppunitTest_sw_ooxmlw14export \ |