cid#1516423 Uninitialized scalar field
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_hsqlschema_import.mk
blob7e131c81052f552123db1b2c0552062a9e3763ad
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_schema_import))
12 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_hsql_schema_import, \
13 dbaccess/qa/extras/hsql_schema_import \
16 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_hsql_schema_import, \
17 basegfx \
18 comphelper \
19 cppu \
20 cppuhelper \
21 dba \
22 dbahsql \
23 dbu \
24 sdbt \
25 drawinglayer \
26 editeng \
27 for \
28 forui \
29 i18nlangtag \
30 msfilter \
31 oox \
32 sal \
33 salhelper \
34 sax \
35 sb \
36 sfx \
37 sot \
38 svl \
39 svt \
40 svx \
41 svxcore \
42 test \
43 subsequenttest \
44 tl \
45 tk \
46 ucbhelper \
47 unotest \
48 utl \
49 $(call gb_Helper_optional,SCRIPTING, \
50 vbahelper) \
51 vcl \
52 xo \
55 $(eval $(call gb_CppunitTest_set_include,dbaccess_hsql_schema_import,\
56 -I$(SRCDIR)/dbaccess/source/filter/hsqldb \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_api,dbaccess_hsql_schema_import,\
61 offapi \
62 oovbaapi \
63 udkapi \
66 $(eval $(call gb_CppunitTest_use_components,dbaccess_hsql_schema_import,\
67 basic/util/sb \
68 comphelper/util/comphelp \
69 configmgr/source/configmgr \
70 dbaccess/util/dba \
71 dbaccess/util/dbu \
72 dbaccess/util/sdbt \
73 dbaccess/source/filter/xml/dbaxml \
74 filter/source/config/cache/filterconfig1 \
75 forms/util/frm \
76 framework/util/fwk \
77 i18npool/util/i18npool \
78 linguistic/source/lng \
79 oox/util/oox \
80 package/source/xstor/xstor \
81 package/util/package2 \
82 sax/source/expatwrap/expwrap \
83 scripting/source/basprov/basprov \
84 scripting/util/scriptframe \
85 sfx2/util/sfx \
86 sot/util/sot \
87 svl/source/fsstor/fsstorage \
88 svl/util/svl \
89 toolkit/util/tk \
90 ucb/source/core/ucb1 \
91 ucb/source/ucp/file/ucpfile1 \
92 ucb/source/ucp/tdoc/ucptdoc1 \
93 unotools/util/utl \
94 unoxml/source/rdf/unordf \
95 unoxml/source/service/unoxml \
96 uui/util/uui \
97 xmloff/util/xo \
100 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsql_schema_import))
102 # vim: set noet sw=4 ts=4: