tdf#150197 sw: convert pre-defined num styles to ListFormat
[LibreOffice.git] / sc / CppunitTest_sc_dataprovider.mk
blob291ae4ea80ed9a7403fc096f6b359ce1357f17fd
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_CppunitTest_CppunitTest,sc_dataprovider))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_dataprovider))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_dataprovider, \
15 sc/qa/unit/dataproviders_test \
18 $(eval $(call gb_CppunitTest_use_externals,sc_dataprovider, \
19 boost_headers \
20 mdds_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_dataprovider, \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 drawinglayercore \
31 editeng \
32 for \
33 forui \
34 i18nlangtag \
35 msfilter \
36 oox \
37 sal \
38 salhelper \
39 sax \
40 sb \
41 sc \
42 scqahelper \
43 sfx \
44 sot \
45 subsequenttest \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tk \
52 tl \
53 ucbhelper \
54 unotest \
55 utl \
56 $(call gb_Helper_optional,SCRIPTING, \
57 vbahelper) \
58 vcl \
59 xo \
60 $(gb_UWINAPI) \
63 $(eval $(call gb_CppunitTest_set_include,sc_dataprovider,\
64 -I$(SRCDIR)/sc/source/ui/inc \
65 -I$(SRCDIR)/sc/inc \
66 -I$(SRCDIR)/sc/source/filter/inc \
67 $$(INCLUDE) \
70 $(eval $(call gb_CppunitTest_use_custom_headers,sc_dataprovider,\
71 officecfg/registry \
74 $(eval $(call gb_CppunitTest_use_api,sc_dataprovider,\
75 udkapi \
76 offapi \
77 oovbaapi \
80 $(eval $(call gb_CppunitTest_use_ure,sc_dataprovider))
81 $(eval $(call gb_CppunitTest_use_vcl,sc_dataprovider))
83 $(eval $(call gb_CppunitTest_use_components,sc_dataprovider,\
84 basic/util/sb \
85 chart2/source/chartcore \
86 chart2/source/controller/chartcontroller \
87 comphelper/util/comphelp \
88 configmgr/source/configmgr \
89 connectivity/source/cpool/dbpool2 \
90 $(if $(ENABLE_JAVA),connectivity/source/drivers/hsqldb/hsqldb) \
91 connectivity/source/drivers/dbase/dbase \
92 $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
93 $(if $(ENABLE_JAVA),connectivity/source/drivers/jdbc/jdbc) \
94 connectivity/source/manager/sdbc2 \
95 dbaccess/source/filter/xml/dbaxml \
96 dbaccess/util/dba \
97 dbaccess/util/dbu \
98 embeddedobj/util/embobj \
99 eventattacher/source/evtatt \
100 filter/source/config/cache/filterconfig1 \
101 forms/util/frm \
102 framework/util/fwk \
103 i18npool/source/search/i18nsearch \
104 i18npool/util/i18npool \
105 linguistic/source/lng \
106 extensions/source/logging/log \
107 oox/util/oox \
108 package/source/xstor/xstor \
109 package/util/package2 \
110 sax/source/expatwrap/expwrap \
111 scaddins/source/analysis/analysis \
112 scaddins/source/datefunc/date \
113 sc/util/sc \
114 sc/util/scfilt \
115 sfx2/util/sfx \
116 sot/util/sot \
117 svl/util/svl \
118 svl/source/fsstor/fsstorage \
119 svtools/util/svt \
120 toolkit/util/tk \
121 ucb/source/core/ucb1 \
122 ucb/source/ucp/file/ucpfile1 \
123 ucb/source/ucp/tdoc/ucptdoc1 \
124 unotools/util/utl \
125 unoxml/source/rdf/unordf \
126 unoxml/source/service/unoxml \
127 uui/util/uui \
128 vcl/vcl.common \
129 xmloff/util/xo \
130 xmlsecurity/util/xmlsecurity \
133 $(eval $(call gb_CppunitTest_use_externals,sc_dataprovider,\
134 orcus \
135 orcus-parser \
136 boost_filesystem \
137 boost_system \
138 boost_iostreams \
139 zlib \
142 $(eval $(call gb_CppunitTest_use_configuration,sc_dataprovider))
144 # vim: set noet sw=4 ts=4: