Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / test / Library_subsequenttest.mk
blob90a6647c87ac8479eebc250e47fa0ddc76751a48
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_api,subsequenttest,\
35 offapi \
36 udkapi \
39 $(eval $(call gb_Library_use_libraries,subsequenttest,\
40 comphelper \
41 cppu \
42 cppuhelper \
43 i18nisolang1 \
44 sal \
45 test \
46 tl \
47 utl \
48 ucbhelper \
49 unotest \
50 vcl \
51 $(gb_STDLIBS) \
54 ifeq ($(GUIBASE),unx)
55 $(call gb_Library_get_target,subsequenttest) : \
56 $(call gb_Library_get_target,desktop_detector) \
57 $(call gb_Library_get_target,vclplug_svp) \
59 endif
61 $(eval $(call gb_Library_use_external,subsequenttest,cppunit))
63 $(eval $(call gb_Library_add_exception_objects,subsequenttest,\
64 test/source/unoapi_test \
65 test/source/beans/xpropertyset \
66 test/source/container/xelementaccess \
67 test/source/container/xindexaccess \
68 test/source/container/xnamecontainer \
69 test/source/container/xnamereplace \
70 test/source/container/xnamed \
71 test/source/sheet/cellproperties \
72 test/source/sheet/datapilotfield \
73 test/source/sheet/xcellrangedata \
74 test/source/sheet/xcellrangereferrer \
75 test/source/sheet/xcellrangesquery \
76 test/source/sheet/xdatabaserange \
77 test/source/sheet/xdatapilotdescriptor \
78 test/source/sheet/xdatapilotfieldgrouping \
79 test/source/sheet/xdatapilottable \
80 test/source/sheet/xdatapilottable2 \
81 test/source/sheet/xnamedrange \
82 test/source/sheet/xnamedranges \
83 test/source/sheet/xprintareas \
84 test/source/sheet/xspreadsheetdocument \
85 test/source/sheet/xspreadsheets2 \
86 test/source/text/xtext \
87 test/source/text/xtextfield \
88 test/source/text/xtextcontent \
89 test/source/util/xreplaceable \
90 test/source/util/xsearchable \
93 # vim: set noet sw=4 ts=4: