Disabled tests failing due to fdo#43304.
[LibreOffice.git] / unotools / Module_unotools.mk
blob19486607f118f91671a4affcebfc177c2a7eb213
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # OpenOffice.org - a multi-platform office productivity suite
6 # Software distributed under the License is distributed on an "AS IS" basis,
7 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
8 # for the specific language governing rights and limitations under the
9 # License.
11 # The Initial Developer of the Original Code is
12 # Bjoern Michaelsen, Canonical Ltd. <bjoern.michaelsen@canonical.com>
13 # Portions created by the Initial Developer are Copyright (C) 2010 the
14 # Initial Developer. All Rights Reserved.
16 # Major Contributor(s):
18 # For minor contributions see the git repository.
20 # Alternatively, the contents of this file may be used under the terms of
21 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
22 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
23 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
24 # instead of those above.
26 $(eval $(call gb_Module_Module,unotools))
28 $(eval $(call gb_Module_add_targets,unotools,\
29 Library_utl \
30 Package_inc \
33 $(eval $(call gb_Module_add_subsequentcheck_targets,unotools,\
34 JunitTest_unotools_complex \
37 # vim: set noet sw=4 ts=4: