bump product version to 5.0.4.1
[LibreOffice.git] / test / Library_subsequenttest.mk
blobf9b4b932e29b8c9e0907ac58a788596826335d48
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 \
29 $(gb_UWINAPI) \
32 $(eval $(call gb_Library_use_externals,subsequenttest,\
33 boost_headers \
34 cppunit \
37 $(eval $(call gb_Library_add_exception_objects,subsequenttest,\
38 test/source/unoapi_test \
39 test/source/calc_unoapi_test \
40 test/source/beans/xpropertyset \
41 test/source/container/xelementaccess \
42 test/source/container/xindexaccess \
43 test/source/container/xnamecontainer \
44 test/source/container/xnamereplace \
45 test/source/container/xnamed \
46 test/source/sheet/cellproperties \
47 test/source/sheet/datapilotfield \
48 test/source/sheet/xcellrangedata \
49 test/source/sheet/xcellrangereferrer \
50 test/source/sheet/xcellrangesquery \
51 test/source/sheet/xgoalseek \
52 test/source/sheet/xdatabaserange \
53 test/source/sheet/xdatapilotdescriptor \
54 test/source/sheet/xdatapilotfieldgrouping \
55 test/source/sheet/xdatapilottable \
56 test/source/sheet/xdatapilottable2 \
57 test/source/sheet/xnamedrange \
58 test/source/sheet/xnamedranges \
59 test/source/sheet/xprintareas \
60 test/source/sheet/xspreadsheetdocument \
61 test/source/sheet/xspreadsheets2 \
62 test/source/sheet/xsheetannotation \
63 test/source/sheet/xsheetannotations \
64 test/source/sheet/xsheetoutline \
65 test/source/sheet/xstyleloader \
66 test/source/text/xtext \
67 test/source/text/xtextfield \
68 test/source/text/xtextcontent \
69 test/source/util/xreplaceable \
70 test/source/util/xsearchable \
73 # vim: set noet sw=4 ts=4: