diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-26 14:53:57 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-26 15:52:02 +0100 |
commit | 2efee3c632bb8372685bb9f7b07e99b91668d779 (patch) | |
tree | 54373de0778a8769c48c75ee3b556f5fe5e03f7d /sw/Module_sw.mk | |
parent | f7857265f2b36a884b189e43f514026a34b5a882 (diff) |
CppunitTest_sw_ooxmlexport: factor out drawing-related testcases
As a start, moved 30 asserts to the new suite, still 378 is in the
original one.
Change-Id: I934bce63e286af3080ae014c3bd8f4f09866feb2
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 804cea26116b..e3645bff7eb2 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -54,6 +54,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_htmlexport \ CppunitTest_sw_macros_test \ CppunitTest_sw_ooxmlexport \ + CppunitTest_sw_ooxmlsdrexport \ CppunitTest_sw_ooxmlimport \ CppunitTest_sw_ww8export \ CppunitTest_sw_ww8import \ |