connectivity: fix return column type "DataType::SQLNULL"
[LibreOffice.git] / sc / CppunitTest_sc_bugfix_test.mk
blob9d27f9bd04f0c6727b826d724bbc3738e6671e07
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_bugfix_test))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_bugfix_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_bugfix_test, \
15 sc/qa/unit/bugfix-test \
18 $(eval $(call gb_CppunitTest_use_externals,sc_bugfix_test, \
19 boost_headers \
20 mdds_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_bugfix_test, \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 scqahelper \
42 sfx \
43 sot \
44 subsequenttest \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tk \
51 tl \
52 ucbhelper \
53 unotest \
54 utl \
55 $(call gb_Helper_optional,SCRIPTING, \
56 vbahelper) \
57 vcl \
58 xo \
61 $(eval $(call gb_CppunitTest_set_include,sc_bugfix_test,\
62 -I$(SRCDIR)/sc/source/ui/inc \
63 -I$(SRCDIR)/sc/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_api,sc_bugfix_test,\
68 udkapi \
69 offapi \
70 oovbaapi \
73 $(eval $(call gb_CppunitTest_use_ure,sc_bugfix_test))
74 $(eval $(call gb_CppunitTest_use_vcl,sc_bugfix_test))
76 $(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
77 basic/util/sb \
78 chart2/source/chartcore \
79 chart2/source/controller/chartcontroller \
80 comphelper/util/comphelp \
81 configmgr/source/configmgr \
82 dbaccess/util/dba \
83 embeddedobj/util/embobj \
84 eventattacher/source/evtatt \
85 filter/source/config/cache/filterconfig1 \
86 filter/source/xmlfilteradaptor/xmlfa \
87 filter/source/xsltfilter/xsltfilter \
88 forms/util/frm \
89 framework/util/fwk \
90 i18npool/source/search/i18nsearch \
91 i18npool/util/i18npool \
92 linguistic/source/lng \
93 oox/util/oox \
94 package/source/xstor/xstor \
95 package/util/package2 \
96 sax/source/expatwrap/expwrap \
97 scaddins/source/analysis/analysis \
98 scaddins/source/datefunc/date \
99 sc/util/sc \
100 sc/util/scfilt \
101 sfx2/util/sfx \
102 sot/util/sot \
103 svl/util/svl \
104 svtools/util/svt \
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 xmlsecurity/util/xmlsecurity \
118 $(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
119 xmlsecurity/util/xsec_xmlsec \
122 $(eval $(call gb_CppunitTest_use_configuration,sc_bugfix_test))
124 ifeq ($(OS),WNT)
125 # gpgme-w32spawn.exe is needed in workdir/LinkTarget/Executable
126 $(eval $(call gb_CppunitTest_use_packages,sc_bugfix_test,\
127 $(call gb_Helper_optional,GPGMEPP,gpgmepp)\
129 endif
131 $(eval $(call gb_CppunitTest_add_arguments,sc_bugfix_test, \
132 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
135 # vim: set noet sw=4 ts=4: