Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_hsqldb_test.mk
blob27a4b43500e9ef982163f2d83feaf7a2c9605eb5
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_hsqldb_test))
12 $(eval $(call gb_CppunitTest_use_external,dbaccess_hsqldb_test,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_hsqldb_test, \
15 dbaccess/qa/unit/hsqldb \
18 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_hsqldb_test, \
19 affine_uno_uno \
20 comphelper \
21 cppu \
22 cppuhelper \
23 dbaxml \
24 dbtools \
25 jvmfwk \
26 sal \
27 subsequenttest \
28 utl \
29 test \
30 tk \
31 unotest \
32 xo \
35 $(eval $(call gb_CppunitTest_use_api,dbaccess_hsqldb_test,\
36 offapi \
37 oovbaapi \
38 udkapi \
41 $(eval $(call gb_CppunitTest_use_ure,dbaccess_hsqldb_test))
42 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_hsqldb_test))
44 $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\
45 basic/util/sb \
46 comphelper/util/comphelp \
47 configmgr/source/configmgr \
48 connectivity/source/cpool/dbpool2 \
49 connectivity/source/drivers/hsqldb/hsqldb \
50 $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
51 connectivity/source/drivers/jdbc/jdbc \
52 connectivity/source/manager/sdbc2 \
53 dbaccess/util/dba \
54 dbaccess/source/filter/xml/dbaxml \
55 dbaccess/util/dbu \
56 filter/source/config/cache/filterconfig1 \
57 framework/util/fwk \
58 i18npool/util/i18npool \
59 linguistic/source/lng \
60 package/source/xstor/xstor \
61 package/util/package2 \
62 sax/source/expatwrap/expwrap \
63 sfx2/util/sfx \
64 svl/source/fsstor/fsstorage \
65 svl/util/svl \
66 toolkit/util/tk \
67 ucb/source/core/ucb1 \
68 ucb/source/ucp/file/ucpfile1 \
69 unotools/util/utl \
70 uui/util/uui \
71 xmloff/util/xo \
74 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsqldb_test))
76 # vim: set noet sw=4 ts=4: