31eca81bd0
Similar to a2a2e07996
"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>
14 lines
533 B
Makefile
14 lines
533 B
Makefile
# -*- 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_uiwriter_test,7))
|
|
|
|
# vim: set noet sw=4 ts=4:
|