Fix CppunitTest_sc_subsequent_filters_test2 on non-default DPI
[LibreOffice.git] / test / Library_subsequenttest.mk
blob813b61ec538f603063c960b7734817e8d30c489b
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_set_include,subsequenttest,\
13 $$(INCLUDE) \
16 $(eval $(call gb_Library_add_defs,subsequenttest,\
17 -DOOO_DLLIMPLEMENTATION_TEST \
20 $(eval $(call gb_Library_use_common_precompiled_header,subsequenttest))
22 $(eval $(call gb_Library_use_sdk_api,subsequenttest))
24 $(eval $(call gb_Library_use_libraries,subsequenttest,\
25 comphelper \
26 cppu \
27 cppuhelper \
28 i18nlangtag \
29 sal \
30 test \
31 tl \
32 utl \
33 unotest \
34 vcl \
37 $(eval $(call gb_Library_use_externals,subsequenttest,\
38 boost_headers \
39 cppunit \
42 $(eval $(call gb_Library_add_exception_objects,subsequenttest,\
43 test/source/unoapi_test \
44 test/source/calc_unoapi_test \
45 test/source/a11y/AccessibilityTools \
46 test/source/a11y/accessibletestbase \
47 test/source/a11y/swaccessibletestbase \
48 test/source/beans/xpropertyset \
49 test/source/chart/xchartdata \
50 test/source/container/xchild \
51 test/source/container/xelementaccess \
52 test/source/container/xenumeration \
53 test/source/container/xenumerationaccess \
54 test/source/container/xindexaccess \
55 test/source/container/xnameaccess \
56 test/source/container/xnamecontainer \
57 test/source/container/xnamed \
58 test/source/container/xnamereplace \
59 test/source/document/xactionlockable \
60 test/source/document/xembeddedobjectsupplier \
61 test/source/document/xlinktargetsupplier \
62 test/source/drawing/captionshape \
63 test/source/drawing/xdrawpages \
64 test/source/drawing/xgluepointssupplier \
65 test/source/drawing/xshapedescriptor \
66 test/source/drawing/xshapegrouper \
67 test/source/drawing/xshape \
68 test/source/drawing/xshapes \
69 test/source/lang/xserviceinfo \
70 test/source/lang/xcomponent \
71 test/source/sheet/cellarealink \
72 test/source/sheet/cellproperties \
73 test/source/sheet/databaseimportdescriptor \
74 test/source/sheet/databaserange \
75 test/source/sheet/datapilotfield \
76 test/source/sheet/datapilotitem \
77 test/source/sheet/documentsettings \
78 test/source/sheet/functiondescription \
79 test/source/sheet/globalsheetsettings \
80 test/source/sheet/scenario \
81 test/source/sheet/shape \
82 test/source/sheet/sheetcell \
83 test/source/sheet/sheetcellrange \
84 test/source/sheet/sheetcellranges \
85 test/source/sheet/sheetfilterdescriptor \
86 test/source/sheet/sheetlink \
87 test/source/sheet/sheetsortdescriptor2 \
88 test/source/sheet/spreadsheet \
89 test/source/sheet/spreadsheetdocumentsettings \
90 test/source/sheet/spreadsheetviewsettings \
91 test/source/sheet/subtotaldescriptor \
92 test/source/sheet/tableautoformat \
93 test/source/sheet/tablevalidation \
94 test/source/sheet/xactivationbroadcaster \
95 test/source/sheet/xarealink \
96 test/source/sheet/xarealinks \
97 test/source/sheet/xarrayformularange \
98 test/source/sheet/xcalculatable \
99 test/source/sheet/xcelladdressable \
100 test/source/sheet/xcellformatrangessupplier \
101 test/source/sheet/xcellrangeaddressable \
102 test/source/sheet/xcellrangedata \
103 test/source/sheet/xcellrangeformula \
104 test/source/sheet/xcellrangemovement \
105 test/source/sheet/xcellrangereferrer \
106 test/source/sheet/xcellrangesquery \
107 test/source/sheet/xcellseries \
108 test/source/sheet/xconsolidatable \
109 test/source/sheet/xconsolidationdescriptor \
110 test/source/sheet/xdatabaserange \
111 test/source/sheet/xdatabaseranges \
112 test/source/sheet/xdatapilotdescriptor \
113 test/source/sheet/xdatapilotfield \
114 test/source/sheet/xdatapilotfieldgrouping \
115 test/source/sheet/xdatapilottable \
116 test/source/sheet/xdatapilottable2 \
117 test/source/sheet/xdatapilottables \
118 test/source/sheet/xdatapilottablessupplier \
119 test/source/sheet/xddelink \
120 test/source/sheet/xddelinks \
121 test/source/sheet/xdocumentauditing \
122 test/source/sheet/xformulaquery \
123 test/source/sheet/xfunctiondescriptions \
124 test/source/sheet/xgoalseek \
125 test/source/sheet/xheaderfootercontent \
126 test/source/sheet/xlabelrange \
127 test/source/sheet/xlabelranges \
128 test/source/sheet/xmultiformulatokens \
129 test/source/sheet/xmultipleoperation \
130 test/source/sheet/xnamedrange \
131 test/source/sheet/xnamedranges \
132 test/source/sheet/xprintareas \
133 test/source/sheet/xrecentfunctions \
134 test/source/sheet/xscenario \
135 test/source/sheet/xscenarioenhanced \
136 test/source/sheet/xscenarios \
137 test/source/sheet/xscenariossupplier \
138 test/source/sheet/xsheetannotation \
139 test/source/sheet/xsheetannotationanchor \
140 test/source/sheet/xsheetannotations \
141 test/source/sheet/xsheetannotationshapesupplier \
142 test/source/sheet/xsheetannotationssupplier \
143 test/source/sheet/xsheetauditing \
144 test/source/sheet/xsheetcellcursor \
145 test/source/sheet/xsheetcellrange \
146 test/source/sheet/xsheetcellrangecontainer \
147 test/source/sheet/xsheetcellranges \
148 test/source/sheet/xsheetcondition \
149 test/source/sheet/xsheetconditionalentries \
150 test/source/sheet/xsheetconditionalentry \
151 test/source/sheet/xsheetfilterable \
152 test/source/sheet/xsheetfilterableex \
153 test/source/sheet/xsheetfilterdescriptor \
154 test/source/sheet/xsheetfilterdescriptor2 \
155 test/source/sheet/xsheetfilterdescriptor3 \
156 test/source/sheet/xsheetlinkable \
157 test/source/sheet/xsheetoperation \
158 test/source/sheet/xsheetoutline \
159 test/source/sheet/xsheetpagebreak \
160 test/source/sheet/xspreadsheet \
161 test/source/sheet/xspreadsheetdocument \
162 test/source/sheet/xspreadsheets \
163 test/source/sheet/xspreadsheets2 \
164 test/source/sheet/xspreadsheetview \
165 test/source/sheet/xsubtotalcalculatable \
166 test/source/sheet/xsubtotaldescriptor \
167 test/source/sheet/xsubtotalfield \
168 test/source/sheet/xuniquecellformatrangessupplier\
169 test/source/sheet/xusedareacursor \
170 test/source/sheet/xviewfreezable \
171 test/source/sheet/xviewpane \
172 test/source/sheet/xviewsplitable \
173 test/source/style/xstyleloader \
174 test/source/table/tablecolumn \
175 test/source/table/tablerow \
176 test/source/table/xcell \
177 test/source/table/xcellcursor \
178 test/source/table/xcellrange \
179 test/source/table/xcolumnrowrange \
180 test/source/table/xtablechart \
181 test/source/table/xtablecharts \
182 test/source/table/xtablechartssupplier \
183 test/source/table/xtablecolumns \
184 test/source/table/xtablerows \
185 test/source/text/baseindex \
186 test/source/text/textcontent \
187 test/source/text/xsimpletext \
188 test/source/text/xtext \
189 test/source/text/xtextcontent \
190 test/source/text/xtextfield \
191 test/source/text/xtextrange \
192 test/source/text/xdocumentindex \
193 test/source/text/textdocumentsettings \
194 test/source/text/textprintersettings \
195 test/source/text/textsettings \
196 test/source/text/textdocumentindex \
197 test/source/util/searchdescriptor \
198 test/source/util/xindent \
199 test/source/util/xmergeable \
200 test/source/util/xrefreshable \
201 test/source/util/xreplaceable \
202 test/source/util/xreplacedescriptor \
203 test/source/util/xsearchable \
204 test/source/util/xsearchdescriptor \
205 test/source/view/xcontrolaccess \
206 test/source/view/xformlayeraccess \
209 # vim: set noet sw=4 ts=4: