GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_hsqldb_test.mk
blob5bdaef6101a3b8c2cfc6f2bb23a1d753da84dd28
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 comphelper \
20 cppu \
21 cppuhelper \
22 dbaxml \
23 dbtools \
24 jvmfwk \
25 sal \
26 subsequenttest \
27 utl \
28 test \
29 tk \
30 unotest \
31 xo \
32 $(gb_UWINAPI) \
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))
43 $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\
44 basic/util/sb \
45 comphelper/util/comphelp \
46 configmgr/source/configmgr \
47 connectivity/source/cpool/dbpool2 \
48 connectivity/source/drivers/hsqldb/hsqldb \
49 connectivity/source/drivers/jdbc/jdbc \
50 connectivity/source/manager/sdbc2 \
51 dbaccess/util/dba \
52 dbaccess/source/filter/xml/dbaxml \
53 dbaccess/util/dbu \
54 filter/source/config/cache/filterconfig1 \
55 framework/util/fwk \
56 i18npool/util/i18npool \
57 linguistic/source/lng \
58 package/source/xstor/xstor \
59 package/util/package2 \
60 sax/source/expatwrap/expwrap \
61 sfx2/util/sfx \
62 svl/source/fsstor/fsstorage \
63 svl/util/svl \
64 toolkit/util/tk \
65 ucb/source/core/ucb1 \
66 ucb/source/ucp/file/ucpfile1 \
67 unotools/util/utl \
68 xmloff/util/xo \
71 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsqldb_test))
73 $(eval $(call gb_CppunitTest_use_filter_configuration,dbaccess_hsqldb_test))
75 $(eval $(call gb_CppunitTest_use_unittest_configuration,dbaccess_hsqldb_test))
77 # vim: set noet sw=4 ts=4: