tdf#156260 sw floattable: avoid moving text from the last anchor to its precede
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_firebird_test.mk
bloba8d4704eb1e9d313495139d9c8aa79a2971224b2
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 cppuhelper \
22 dbaxml \
23 firebird_sdbc \
24 sal \
25 subsequenttest \
26 svt \
27 test \
28 tl \
29 unotest \
30 utl \
31 xo \
34 $(eval $(call gb_CppunitTest_use_api,dbaccess_firebird_test,\
35 offapi \
36 oovbaapi \
37 udkapi \
40 $(eval $(call gb_CppunitTest_use_ure,dbaccess_firebird_test))
41 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_firebird_test))
43 $(eval $(call gb_CppunitTest_use_components,dbaccess_firebird_test,\
44 basic/util/sb \
45 comphelper/util/comphelp \
46 configmgr/source/configmgr \
47 connectivity/source/drivers/firebird/firebird_sdbc \
48 connectivity/source/manager/sdbc2 \
49 dbaccess/util/dba \
50 dbaccess/source/filter/xml/dbaxml \
51 dbaccess/util/dbu \
52 filter/source/config/cache/filterconfig1 \
53 framework/util/fwk \
54 i18npool/util/i18npool \
55 linguistic/source/lng \
56 package/source/xstor/xstor \
57 package/util/package2 \
58 sax/source/expatwrap/expwrap \
59 sfx2/util/sfx \
60 svl/source/fsstor/fsstorage \
61 svl/util/svl \
62 toolkit/util/tk \
63 ucb/source/core/ucb1 \
64 ucb/source/ucp/file/ucpfile1 \
65 unotools/util/utl \
66 uui/util/uui \
67 xmloff/util/xo \
70 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_firebird_test))
72 $(eval $(call gb_CppunitTest_use_uiconfigs,dbaccess_firebird_test, \
73 dbaccess \
76 # vim: set noet sw=4 ts=4: