GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / sc / CppunitTest_sc_rangelst_test.mk
blob3b5e347f1a224edcd338726a26ea76400afdac2a
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_rangelst_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_rangelst_test, \
13 boost_headers \
14 icu_headers \
15 icudata \
16 icui18n \
17 icuuc \
18 libxml2 \
19 mdds_headers \
20 orcus \
21 orcus-parser \
24 $(eval $(call gb_CppunitTest_add_exception_objects,sc_rangelst_test, \
25 sc/qa/unit/rangelst_test \
28 $(eval $(call gb_CppunitTest_use_library_objects,sc_rangelst_test, \
29 scqahelper \
32 $(eval $(call gb_CppunitTest_use_libraries,sc_rangelst_test, \
33 avmedia \
34 basegfx \
35 comphelper \
36 cppu \
37 cppuhelper \
38 drawinglayer \
39 editeng \
40 for \
41 forui \
42 i18nlangtag \
43 msfilter \
44 oox \
45 sal \
46 salhelper \
47 sax \
48 sb \
49 sc \
50 sfx \
51 sot \
52 svl \
53 svt \
54 svx \
55 svxcore \
56 test \
57 tl \
58 tk \
59 ucbhelper \
60 unotest \
61 utl \
62 vbahelper \
63 vcl \
64 xo \
65 $(gb_UWINAPI) \
68 $(eval $(call gb_CppunitTest_set_include,sc_rangelst_test,\
69 -I$(SRCDIR)/sc/source/ui/inc \
70 -I$(SRCDIR)/sc/inc \
71 $$(INCLUDE) \
74 $(eval $(call gb_CppunitTest_use_api,sc_rangelst_test,\
75 offapi \
76 oovbaapi \
77 udkapi \
80 $(eval $(call gb_CppunitTest_use_ure,sc_rangelst_test))
82 $(eval $(call gb_CppunitTest_use_components,sc_rangelst_test,\
83 basic/util/sb \
84 chart2/source/controller/chartcontroller \
85 chart2/source/chartcore \
86 comphelper/util/comphelp \
87 configmgr/source/configmgr \
88 dbaccess/util/dba \
89 embeddedobj/util/embobj \
90 eventattacher/source/evtatt \
91 filter/source/config/cache/filterconfig1 \
92 forms/util/frm \
93 framework/util/fwk \
94 i18npool/util/i18npool \
95 oox/util/oox \
96 package/source/xstor/xstor \
97 package/util/package2 \
98 sax/source/expatwrap/expwrap \
99 sax/source/fastparser/fastsax \
100 sc/util/sc \
101 sc/util/scd \
102 sc/util/scfilt \
103 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
104 sc/util/vbaobj) \
105 scaddins/source/analysis/analysis \
106 scaddins/source/datefunc/date \
107 scripting/source/basprov/basprov \
108 scripting/util/scriptframe \
109 sfx2/util/sfx \
110 sot/util/sot \
111 svl/source/fsstor/fsstorage \
112 svl/util/svl \
113 svx/util/svx \
114 toolkit/util/tk \
115 ucb/source/core/ucb1 \
116 ucb/source/ucp/file/ucpfile1 \
117 ucb/source/ucp/tdoc/ucptdoc1 \
118 unotools/util/utl \
119 unoxml/source/rdf/unordf \
120 unoxml/source/service/unoxml \
121 xmloff/util/xo \
124 $(eval $(call gb_CppunitTest_use_configuration,sc_rangelst_test))
126 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_rangelst_test))
128 # vim: set noet sw=4 ts=4: