cid#1509221 silence Dereference null return value
[LibreOffice.git] / sc / CppunitTest_sc_financial_functions_test.mk
blob1bc723b4bad6d09720d49238f7a3af7e61e9cc2c
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_financial_functions_test))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_financial_functions_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_financial_functions_test, \
15 sc/qa/unit/functions_financial \
18 $(eval $(call gb_CppunitTest_use_externals,sc_financial_functions_test, \
19 boost_headers \
20 mdds_headers \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_financial_functions_test, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 drawinglayercore \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sc \
40 scqahelper \
41 sfx \
42 sot \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tk \
49 tl \
50 ucbhelper \
51 unotest \
52 utl \
53 vcl \
54 xo \
57 $(eval $(call gb_CppunitTest_set_include,sc_financial_functions_test,\
58 -I$(SRCDIR)/sc/source/ui/inc \
59 -I$(SRCDIR)/sc/inc \
60 $$(INCLUDE) \
63 $(eval $(call gb_CppunitTest_use_api,sc_financial_functions_test,\
64 offapi \
65 udkapi \
66 oovbaapi \
69 $(eval $(call gb_CppunitTest_use_ure,sc_financial_functions_test))
71 $(eval $(call gb_CppunitTest_use_vcl,sc_financial_functions_test))
73 $(eval $(call gb_CppunitTest_use_components,sc_financial_functions_test,\
74 basic/util/sb \
75 chart2/source/chartcore \
76 chart2/source/controller/chartcontroller \
77 comphelper/util/comphelp \
78 configmgr/source/configmgr \
79 connectivity/source/manager/sdbc2 \
80 dbaccess/util/dba \
81 embeddedobj/util/embobj \
82 eventattacher/source/evtatt \
83 filter/source/config/cache/filterconfig1 \
84 filter/source/odfflatxml/odfflatxml \
85 filter/source/xmlfilteradaptor/xmlfa \
86 forms/util/frm \
87 framework/util/fwk \
88 i18npool/util/i18npool \
89 i18npool/source/search/i18nsearch \
90 linguistic/source/lng \
91 oox/util/oox \
92 package/source/xstor/xstor \
93 package/util/package2 \
94 sax/source/expatwrap/expwrap \
95 scaddins/source/analysis/analysis \
96 scaddins/source/datefunc/date \
97 sc/util/sc \
98 sc/util/scfilt \
99 sfx2/util/sfx \
100 sot/util/sot \
101 svl/util/svl \
102 svtools/util/svt \
103 svx/util/svx \
104 svx/util/svxcore \
105 toolkit/util/tk \
106 ucb/source/core/ucb1 \
107 ucb/source/ucp/file/ucpfile1 \
108 ucb/source/ucp/tdoc/ucptdoc1 \
109 unotools/util/utl \
110 unoxml/source/rdf/unordf \
111 unoxml/source/service/unoxml \
112 uui/util/uui \
113 vcl/vcl.common \
114 xmloff/util/xo \
115 xmlscript/util/xmlscript \
118 $(eval $(call gb_CppunitTest_use_configuration,sc_financial_functions_test))
120 # vim: set noet sw=4 ts=4: