Bump version to 5.0-14
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_firebird_test.mk
blobf438dfd12d85119e653b3b8d1e7dcffd70ccd131
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_firebird_test))
12 $(eval $(call gb_CppunitTest_use_external,dbaccess_firebird_test,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_firebird_test, \
15 dbaccess/qa/unit/firebird \
18 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_firebird_test, \
19 comphelper \
20 cppu \
21 dbaxml \
22 firebird_sdbc \
23 sal \
24 subsequenttest \
25 svt \
26 test \
27 unotest \
28 xo \
29 $(gb_UWINAPI) \
32 $(eval $(call gb_CppunitTest_use_api,dbaccess_firebird_test,\
33 offapi \
34 oovbaapi \
35 udkapi \
38 $(eval $(call gb_CppunitTest_use_ure,dbaccess_firebird_test))
39 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_firebird_test))
41 $(eval $(call gb_CppunitTest_use_components,dbaccess_firebird_test,\
42 basic/util/sb \
43 comphelper/util/comphelp \
44 configmgr/source/configmgr \
45 connectivity/source/drivers/firebird/firebird_sdbc \
46 connectivity/source/manager/sdbc2 \
47 dbaccess/util/dba \
48 dbaccess/source/filter/xml/dbaxml \
49 dbaccess/util/dbu \
50 filter/source/config/cache/filterconfig1 \
51 framework/util/fwk \
52 i18npool/util/i18npool \
53 linguistic/source/lng \
54 package/source/xstor/xstor \
55 package/util/package2 \
56 sax/source/expatwrap/expwrap \
57 sfx2/util/sfx \
58 svl/source/fsstor/fsstorage \
59 svl/util/svl \
60 toolkit/util/tk \
61 ucb/source/core/ucb1 \
62 ucb/source/ucp/file/ucpfile1 \
63 unotools/util/utl \
64 xmloff/util/xo \
67 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_firebird_test))
69 # vim: set noet sw=4 ts=4: