crashtesting: crash seen on exporting forum-it-5909.ods to xlsx
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_hsqlbinary_import.mk
blob23ec9e1e4e1ec00a51bc92202a5cc4d223cb782c
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,dbaccess_hsql_binary_import))
12 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_hsql_binary_import, \
13 dbaccess/qa/unit/hsql_binary_import \
16 $(eval $(call gb_CppunitTest_use_external,dbaccess_hsql_binary_import,boost_headers))
18 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_hsql_binary_import, \
19 basegfx \
20 comphelper \
21 cppu \
22 cppuhelper \
23 dba \
24 dbahsql \
25 dbu \
26 sdbt \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sfx \
39 sot \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 subsequenttest \
46 tl \
47 tk \
48 ucbhelper \
49 unotest \
50 utl \
51 $(call gb_Helper_optional,SCRIPTING, \
52 vbahelper) \
53 vcl \
54 xo \
57 $(eval $(call gb_CppunitTest_use_ure,dbaccess_hsql_binary_import))
58 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_hsql_binary_import))
60 $(eval $(call gb_CppunitTest_set_include,dbaccess_hsql_binary_import,\
61 -I$(SRCDIR)/dbaccess/source/filter/hsqldb \
62 $$(INCLUDE) \
65 $(eval $(call gb_CppunitTest_use_custom_headers,dbaccess_hsql_binary_import,\
66 officecfg/registry \
69 $(eval $(call gb_CppunitTest_use_api,dbaccess_hsql_binary_import,\
70 offapi \
71 oovbaapi \
72 udkapi \
75 $(eval $(call gb_CppunitTest_use_components,dbaccess_hsql_binary_import,\
76 basic/util/sb \
77 comphelper/util/comphelp \
78 configmgr/source/configmgr \
79 connectivity/source/drivers/hsqldb/hsqldb \
80 $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
81 connectivity/source/manager/sdbc2 \
82 dbaccess/util/dba \
83 dbaccess/util/dbu \
84 dbaccess/util/sdbt \
85 dbaccess/source/filter/xml/dbaxml \
86 filter/source/config/cache/filterconfig1 \
87 forms/util/frm \
88 framework/util/fwk \
89 i18npool/util/i18npool \
90 linguistic/source/lng \
91 oox/util/oox \
92 package/source/xstor/xstor \
93 package/util/package2 \
94 sax/source/expatwrap/expwrap \
95 scripting/source/basprov/basprov \
96 scripting/util/scriptframe \
97 sfx2/util/sfx \
98 sot/util/sot \
99 svl/source/fsstor/fsstorage \
100 svl/util/svl \
101 toolkit/util/tk \
102 ucb/source/core/ucb1 \
103 ucb/source/ucp/file/ucpfile1 \
104 ucb/source/ucp/tdoc/ucptdoc1 \
105 unotools/util/utl \
106 unoxml/source/rdf/unordf \
107 unoxml/source/service/unoxml \
108 uui/util/uui \
109 xmloff/util/xo \
112 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsql_binary_import))
114 # vim: set noet sw=4 ts=4: