office-gobmx/sw/CppunitTest_sw_ooxmlexport20.mk
Xisco Fauli 1171335759 CppunitTest_sw_ooxmlexport5: split into two
It already has 105 tests

Change-Id: I06bd3740f5b3f368017fefd06fda099891834114
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158668
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-10-31 08:43:11 +01:00

19 lines
623 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_ooxmlexport_test,20))
$(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport5, \
svt \
svx \
))
# vim: set noet sw=4 ts=4: