CppunitTest_sw_layoutwriter: split in two
it already has 110 tests Change-Id: I4f218c873b5771e46cd2037249f0bb9db5f6b808 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148554 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
parent
560a6307a1
commit
92598f5a5e
4 changed files with 1595 additions and 1546 deletions
14
sw/CppunitTest_sw_layoutwriter3.mk
Normal file
14
sw/CppunitTest_sw_layoutwriter3.mk
Normal 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,3))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
|
@ -120,6 +120,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
|
|||
CppunitTest_sw_uiwriter8 \
|
||||
CppunitTest_sw_layoutwriter \
|
||||
CppunitTest_sw_layoutwriter2 \
|
||||
CppunitTest_sw_layoutwriter3 \
|
||||
CppunitTest_sw_mailmerge \
|
||||
CppunitTest_sw_mailmerge2 \
|
||||
CppunitTest_sw_globalfilter \
|
||||
|
|
File diff suppressed because it is too large
Load diff
1579
sw/qa/extras/layout/layout3.cxx
Normal file
1579
sw/qa/extras/layout/layout3.cxx
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue