Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / test / Library_subsequenttest.mk
blob0bc9359755c1be073edc7d554dab7a1eb58595df
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,subsequenttest))
30 $(eval $(call gb_Library_add_defs,subsequenttest,\
31 -DOOO_DLLIMPLEMENTATION_TEST \
34 $(eval $(call gb_Library_use_sdk_api,subsequenttest))
36 $(eval $(call gb_Library_use_libraries,subsequenttest,\
37 comphelper \
38 cppu \
39 cppuhelper \
40 i18nisolang1 \
41 sal \
42 test \
43 tl \
44 utl \
45 unotest \
46 vcl \
47 $(gb_UWINAPI) \
50 ifeq ($(GUIBASE),unx)
51 $(call gb_Library_get_target,subsequenttest) : \
52 $(call gb_Library_get_target,desktop_detector) \
53 $(call gb_Library_get_target,vclplug_svp) \
55 endif
57 $(eval $(call gb_Library_use_external,subsequenttest,cppunit))
59 $(eval $(call gb_Library_add_exception_objects,subsequenttest,\
60 test/source/unoapi_test \
61 test/source/beans/xpropertyset \
62 test/source/container/xelementaccess \
63 test/source/container/xindexaccess \
64 test/source/container/xnamecontainer \
65 test/source/container/xnamereplace \
66 test/source/container/xnamed \
67 test/source/sheet/cellproperties \
68 test/source/sheet/datapilotfield \
69 test/source/sheet/xcellrangedata \
70 test/source/sheet/xcellrangereferrer \
71 test/source/sheet/xcellrangesquery \
72 test/source/sheet/xgoalseek \
73 test/source/sheet/xdatabaserange \
74 test/source/sheet/xdatapilotdescriptor \
75 test/source/sheet/xdatapilotfieldgrouping \
76 test/source/sheet/xdatapilottable \
77 test/source/sheet/xdatapilottable2 \
78 test/source/sheet/xnamedrange \
79 test/source/sheet/xnamedranges \
80 test/source/sheet/xprintareas \
81 test/source/sheet/xspreadsheetdocument \
82 test/source/sheet/xspreadsheets2 \
83 test/source/text/xtext \
84 test/source/text/xtextfield \
85 test/source/text/xtextcontent \
86 test/source/util/xreplaceable \
87 test/source/util/xsearchable \
90 # vim: set noet sw=4 ts=4: