diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-03-15 18:20:52 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-03-15 23:23:53 +0100 |
commit | 31eca81bd03f012f0581480dd6f581a0185e3ff5 (patch) | |
tree | dcec4c249d95577b84ab3da9deb41b56ad466266 /sw/Module_sw.mk | |
parent | ad1f6e62298612f4b277708b813a219ba390f1b0 (diff) |
sw: split CppunitTest_sw_uiwriter into uiwriter and uiwriter7
Similar to a2a2e07996a0e49164663eaec5d79481bf7bb3e0
"sw: split CppunitTest_sw_uiwriter2 into uiwriter2 and uiwriter5"
it already had 117 tests
Change-Id: I6bcdcd672c655b853f8f366db3b78d3da49f9078
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131635
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
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 d64de370ea74..fd5b7024cc50 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -113,6 +113,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_uiwriter4 \ CppunitTest_sw_uiwriter5 \ CppunitTest_sw_uiwriter6 \ + CppunitTest_sw_uiwriter7 \ CppunitTest_sw_layoutwriter \ CppunitTest_sw_layoutwriter2 \ CppunitTest_sw_mailmerge \ |