cid#1500675 return early to silence Dereference after null check
[LibreOffice.git] / sc / CppunitTest_sc_cache_test.mk
blob9eeadcc6dd26a3a7a8eaa0dab184a316c8105117
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_cache_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_cache_test, \
13 boost_headers \
14 icu_headers \
15 icui18n \
16 icuuc \
17 libxml2 \
18 mdds_headers \
21 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cache_test))
23 $(eval $(call gb_CppunitTest_add_exception_objects,sc_cache_test, \
24 sc/qa/unit/datacache \
27 $(eval $(call gb_CppunitTest_use_libraries,sc_cache_test, \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 drawinglayercore \
34 editeng \
35 for \
36 forui \
37 i18nlangtag \
38 msfilter \
39 oox \
40 sal \
41 salhelper \
42 sax \
43 sb \
44 sc \
45 scqahelper \
46 sfx \
47 sot \
48 svl \
49 svt \
50 svx \
51 svxcore \
52 test \
53 tk \
54 tl \
55 ucbhelper \
56 unotest \
57 utl \
58 $(call gb_Helper_optional,SCRIPTING, \
59 vbahelper) \
60 vcl \
61 xo \
64 $(eval $(call gb_CppunitTest_set_include,sc_cache_test,\
65 -I$(SRCDIR)/sc/source/ui/inc \
66 -I$(SRCDIR)/sc/inc \
67 $$(INCLUDE) \
70 $(eval $(call gb_CppunitTest_use_api,sc_cache_test,\
71 offapi \
72 oovbaapi \
73 udkapi \
76 $(eval $(call gb_CppunitTest_use_ure,sc_cache_test))
77 $(eval $(call gb_CppunitTest_use_vcl,sc_cache_test))
79 $(eval $(call gb_CppunitTest_use_components,sc_cache_test,\
80 basic/util/sb \
81 chart2/source/chartcore \
82 chart2/source/controller/chartcontroller \
83 comphelper/util/comphelp \
84 configmgr/source/configmgr \
85 dbaccess/util/dba \
86 embeddedobj/util/embobj \
87 eventattacher/source/evtatt \
88 filter/source/config/cache/filterconfig1 \
89 forms/util/frm \
90 framework/util/fwk \
91 i18npool/util/i18npool \
92 oox/util/oox \
93 package/source/xstor/xstor \
94 package/util/package2 \
95 sax/source/expatwrap/expwrap \
96 scaddins/source/analysis/analysis \
97 scaddins/source/datefunc/date \
98 scripting/source/basprov/basprov \
99 scripting/util/scriptframe \
100 sc/util/sc \
101 sc/util/scd \
102 sc/util/scfilt \
103 $(call gb_Helper_optional,SCRIPTING, \
104 sc/util/vbaobj) \
105 sfx2/util/sfx \
106 sot/util/sot \
107 svl/source/fsstor/fsstorage \
108 svl/util/svl \
109 svx/util/svx \
110 svx/util/svxcore \
111 toolkit/util/tk \
112 ucb/source/core/ucb1 \
113 ucb/source/ucp/file/ucpfile1 \
114 ucb/source/ucp/tdoc/ucptdoc1 \
115 unotools/util/utl \
116 unoxml/source/rdf/unordf \
117 unoxml/source/service/unoxml \
118 vcl/vcl.common \
119 xmloff/util/xo \
122 $(eval $(call gb_CppunitTest_use_configuration,sc_cache_test))
124 # vim: set noet sw=4 ts=4: