Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_embeddeddb_performancetest.mk
bloba7122b537a3bd92ea521f2647ddc22083f1def89
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_embeddeddb_performancetest))
12 $(eval $(call gb_CppunitTest_use_external,dbaccess_embeddeddb_performancetest,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_embeddeddb_performancetest, \
15 dbaccess/qa/unit/embeddeddb_performancetest \
18 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_embeddeddb_performancetest, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 dbaxml \
23 dbtools \
24 firebird_sdbc \
25 jvmfwk \
26 sal \
27 subsequenttest \
28 utl \
29 test \
30 tk \
31 tl \
32 unotest \
33 xo \
36 $(eval $(call gb_CppunitTest_use_api,dbaccess_embeddeddb_performancetest,\
37 offapi \
38 oovbaapi \
39 udkapi \
42 $(eval $(call gb_CppunitTest_use_ure,dbaccess_embeddeddb_performancetest))
43 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_embeddeddb_performancetest))
45 $(eval $(call gb_CppunitTest_use_components,dbaccess_embeddeddb_performancetest,\
46 basic/util/sb \
47 comphelper/util/comphelp \
48 configmgr/source/configmgr \
49 connectivity/source/cpool/dbpool2 \
50 connectivity/source/drivers/firebird/firebird_sdbc \
51 connectivity/source/drivers/hsqldb/hsqldb \
52 connectivity/source/drivers/jdbc/jdbc \
53 connectivity/source/manager/sdbc2 \
54 dbaccess/util/dba \
55 dbaccess/source/filter/xml/dbaxml \
56 dbaccess/util/dbu \
57 filter/source/config/cache/filterconfig1 \
58 framework/util/fwk \
59 i18npool/util/i18npool \
60 linguistic/source/lng \
61 package/source/xstor/xstor \
62 package/util/package2 \
63 sax/source/expatwrap/expwrap \
64 sfx2/util/sfx \
65 svl/source/fsstor/fsstorage \
66 svl/util/svl \
67 toolkit/util/tk \
68 ucb/source/core/ucb1 \
69 ucb/source/ucp/file/ucpfile1 \
70 unotools/util/utl \
71 xmloff/util/xo \
74 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_embeddeddb_performancetest))
76 # vim: set noet sw=4 ts=4: