diff options
author | Mark Hung <marklh9@gmail.com> | 2018-05-03 07:36:38 +0800 |
---|---|---|
committer | Mark Hung <marklh9@gmail.com> | 2018-05-05 12:33:36 +0200 |
commit | 266e3fa59a83b17f93765bf517f6db7ee324bdee (patch) | |
tree | 1a96adc7784797d6005527dc1ffe9485323bd928 /sw/Module_sw.mk | |
parent | 1c5c9b84df270e41c68e68bb69fbf183fc20eed2 (diff) |
sw: move tests in ooxmlimport to ooxmlimport2.
To avoid using -bigobj on Windows.
Change-Id: I3115fc01a0802c4b40219bb6f7ea934df81706ed
Reviewed-on: https://gerrit.libreoffice.org/53769
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Hung <marklh9@gmail.com>
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 01a67af503a9..87367d05de5c 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -77,6 +77,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_ooxmlw14export \ CppunitTest_sw_ooxmlencryption \ CppunitTest_sw_ooxmlimport \ + CppunitTest_sw_ooxmlimport2 \ CppunitTest_sw_ww8export \ CppunitTest_sw_ww8export2 \ CppunitTest_sw_ww8import \ |