Bump version to 6.0-36
[LibreOffice.git] / test / Library_subsequenttest.mk
blobe70ee12970f315099af4661d83b5e42186aeb980
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,subsequenttest))
12 $(eval $(call gb_Library_add_defs,subsequenttest,\
13 -DOOO_DLLIMPLEMENTATION_TEST \
16 $(eval $(call gb_Library_use_sdk_api,subsequenttest))
18 $(eval $(call gb_Library_use_libraries,subsequenttest,\
19 comphelper \
20 cppu \
21 cppuhelper \
22 i18nlangtag \
23 sal \
24 test \
25 tl \
26 utl \
27 unotest \
28 vcl \
31 $(eval $(call gb_Library_use_externals,subsequenttest,\
32 boost_headers \
33 cppunit \
36 $(eval $(call gb_Library_add_exception_objects,subsequenttest,\
37 test/source/unoapi_test \
38 test/source/calc_unoapi_test \
39 test/source/beans/xpropertyset \
40 test/source/container/xelementaccess \
41 test/source/container/xindexaccess \
42 test/source/container/xnamecontainer \
43 test/source/container/xnamereplace \
44 test/source/container/xnamed \
45 test/source/sheet/cellarealink \
46 test/source/sheet/cellproperties \
47 test/source/sheet/databaserange \
48 test/source/sheet/datapilotfield \
49 test/source/sheet/datapilotitem \
50 test/source/sheet/xarealink \
51 test/source/sheet/xarealinks \
52 test/source/sheet/xcelladdressable \
53 test/source/sheet/xcellrangedata \
54 test/source/sheet/xcellrangereferrer \
55 test/source/sheet/xcellrangesquery \
56 test/source/sheet/xcellseries \
57 test/source/sheet/xgoalseek \
58 test/source/sheet/xdatabaserange \
59 test/source/sheet/xdatapilotdescriptor \
60 test/source/sheet/xdatapilotfieldgrouping \
61 test/source/sheet/xdatapilottable \
62 test/source/sheet/xdatapilottable2 \
63 test/source/sheet/xlabelrange \
64 test/source/sheet/xlabelranges \
65 test/source/sheet/xnamedrange \
66 test/source/sheet/xnamedranges \
67 test/source/sheet/xprintareas \
68 test/source/sheet/xscenarioenhanced \
69 test/source/sheet/xscenarios \
70 test/source/sheet/xscenariossupplier \
71 test/source/sheet/xspreadsheetdocument \
72 test/source/sheet/xspreadsheet \
73 test/source/sheet/xspreadsheets \
74 test/source/sheet/xspreadsheets2 \
75 test/source/sheet/xspreadsheetview \
76 test/source/sheet/xsheetannotation \
77 test/source/sheet/xsheetannotationanchor \
78 test/source/sheet/xsheetannotations \
79 test/source/sheet/xsheetannotationssupplier \
80 test/source/sheet/xsheetannotationshapesupplier \
81 test/source/sheet/xsheetauditing \
82 test/source/sheet/xsheetcellrangecontainer \
83 test/source/sheet/xsheetcellrange \
84 test/source/sheet/xsheetcellranges \
85 test/source/sheet/xsheetconditionalentries \
86 test/source/sheet/xsheetconditionalentry \
87 test/source/sheet/xsheetcondition \
88 test/source/sheet/xsheetfilterable \
89 test/source/sheet/xsheetfilterableex \
90 test/source/sheet/xsheetfilterdescriptor \
91 test/source/sheet/xsheetoutline \
92 test/source/sheet/xsheetlinkable \
93 test/source/sheet/xsheetoperation \
94 test/source/sheet/xsheetpagebreak \
95 test/source/sheet/xstyleloader \
96 test/source/sheet/xsubtotalfield \
97 test/source/sheet/xuniquecellformatrangessupplier\
98 test/source/sheet/xusedareacursor \
99 test/source/sheet/xviewpane \
100 test/source/sheet/xviewfreezable \
101 test/source/sheet/xviewsplitable \
102 test/source/sheet/xsubtotalcalculatable \
103 test/source/sheet/xsubtotaldescriptor \
104 test/source/text/xtext \
105 test/source/text/xtextfield \
106 test/source/text/xtextcontent \
107 test/source/util/xreplaceable \
108 test/source/util/xsearchable \
111 # vim: set noet sw=4 ts=4: