Updated core
[LibreOffice.git] / test / Library_subsequenttest.mk
blob94e2558c25efdf0703a803a1cae8cf3de2e17178
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 ifeq ($(GUIBASE),unx)
33 $(call gb_Library_get_target,subsequenttest) : \
34 $(call gb_Library_get_target,desktop_detector) \
35 $(call gb_Library_get_target,vclplug_svp) \
37 endif
39 $(eval $(call gb_Library_use_externals,subsequenttest,\
40 boost_headers \
41 cppunit \
44 $(eval $(call gb_Library_add_exception_objects,subsequenttest,\
45 test/source/unoapi_test \
46 test/source/beans/xpropertyset \
47 test/source/container/xelementaccess \
48 test/source/container/xindexaccess \
49 test/source/container/xnamecontainer \
50 test/source/container/xnamereplace \
51 test/source/container/xnamed \
52 test/source/sheet/cellproperties \
53 test/source/sheet/datapilotfield \
54 test/source/sheet/xcellrangedata \
55 test/source/sheet/xcellrangereferrer \
56 test/source/sheet/xcellrangesquery \
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/xnamedrange \
64 test/source/sheet/xnamedranges \
65 test/source/sheet/xprintareas \
66 test/source/sheet/xspreadsheetdocument \
67 test/source/sheet/xspreadsheets2 \
68 test/source/sheet/xsheetannotation \
69 test/source/sheet/xsheetannotations \
70 test/source/sheet/xsheetoutline \
71 test/source/text/xtext \
72 test/source/text/xtextfield \
73 test/source/text/xtextcontent \
74 test/source/util/xreplaceable \
75 test/source/util/xsearchable \
78 # vim: set noet sw=4 ts=4: