CppunitTest_sw_layoutwriter2: split in two

It already had 109 tests

Change-Id: I52e7416091bb3ffa80c39a1409dc283771f7d9ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176710
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
This commit is contained in:
Xisco Fauli 2024-11-18 12:27:39 +01:00
parent dbe8a75f79
commit f41701a71b
4 changed files with 1392 additions and 1343 deletions

View file

@ -0,0 +1,14 @@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#*************************************************************************
$(eval $(call sw_layoutwriter_test,5))
# vim: set noet sw=4 ts=4:

View file

@ -131,6 +131,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_layoutwriter2 \
CppunitTest_sw_layoutwriter3 \
CppunitTest_sw_layoutwriter4 \
CppunitTest_sw_layoutwriter5 \
CppunitTest_sw_mailmerge \
CppunitTest_sw_mailmerge2 \
CppunitTest_sw_globalfilter \

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff