fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_hsqldb_test.mk
blobeee901d7fa9f7da6af95bfdfdcb62b5d47620a09
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 \
33 $(gb_UWINAPI) \
36 $(eval $(call gb_CppunitTest_use_api,dbaccess_hsqldb_test,\
37 offapi \
38 oovbaapi \
39 udkapi \
42 $(eval $(call gb_CppunitTest_use_ure,dbaccess_hsqldb_test))
43 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_hsqldb_test))
45 $(eval $(call gb_CppunitTest_use_java_ure,dbaccess_hsqldb_test))
47 $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\
48 basic/util/sb \
49 comphelper/util/comphelp \
50 configmgr/source/configmgr \
51 connectivity/source/cpool/dbpool2 \
52 connectivity/source/drivers/hsqldb/hsqldb \
53 connectivity/source/drivers/jdbc/jdbc \
54 connectivity/source/manager/sdbc2 \
55 dbaccess/util/dba \
56 dbaccess/source/filter/xml/dbaxml \
57 dbaccess/util/dbu \
58 filter/source/config/cache/filterconfig1 \
59 framework/util/fwk \
60 i18npool/util/i18npool \
61 linguistic/source/lng \
62 package/source/xstor/xstor \
63 package/util/package2 \
64 sax/source/expatwrap/expwrap \
65 sfx2/util/sfx \
66 svl/source/fsstor/fsstorage \
67 svl/util/svl \
68 toolkit/util/tk \
69 ucb/source/core/ucb1 \
70 ucb/source/ucp/file/ucpfile1 \
71 unotools/util/utl \
72 xmloff/util/xo \
75 $(eval $(call gb_CppunitTest_use_jars,dbaccess_hsqldb_test,\
76 sdbc_hsqldb \
79 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsqldb_test))
81 $(call gb_CppunitTest_get_target,dbaccess_hsqldb_test): \
82 $(call gb_AllLangResTarget_get_target,ofa)
84 # vim: set noet sw=4 ts=4: