lok: catch and log exceptions during key / mouse event emission.
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_firebird_test.mk
blob88592d922cbdd90fad250c31b590ff4c97f203cd
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))
12 $(eval $(call gb_CppunitTest_use_external,dbaccess_firebird,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_firebird, \
15 dbaccess/qa/unit/firebird \
18 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_firebird, \
19 comphelper \
20 cppu \
21 dbaxml \
22 firebird_sdbc \
23 sal \
24 subsequenttest \
25 svt \
26 test \
27 unotest \
28 utl \
29 xo \
32 $(eval $(call gb_CppunitTest_use_api,dbaccess_firebird,\
33 offapi \
34 oovbaapi \
35 udkapi \
38 $(eval $(call gb_CppunitTest_use_ure,dbaccess_firebird))
39 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_firebird))
41 $(eval $(call gb_CppunitTest_use_components,dbaccess_firebird,\
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 uui/util/uui \
65 xmloff/util/xo \
68 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_firebird))
70 # vim: set noet sw=4 ts=4: