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
, \
37 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_embeddeddb_performancetest
,\
43 $(eval
$(call gb_CppunitTest_use_ure
,dbaccess_embeddeddb_performancetest
))
44 $(eval
$(call gb_CppunitTest_use_vcl
,dbaccess_embeddeddb_performancetest
))
46 $(eval
$(call gb_CppunitTest_use_components
,dbaccess_embeddeddb_performancetest
,\
48 comphelper
/util
/comphelp \
49 configmgr
/source
/configmgr \
50 connectivity
/source
/cpool
/dbpool2 \
51 connectivity
/source
/drivers
/firebird
/firebird_sdbc \
52 connectivity
/source
/drivers
/hsqldb
/hsqldb \
53 connectivity
/source
/drivers
/jdbc
/jdbc \
54 connectivity
/source
/manager
/sdbc2 \
56 dbaccess
/source
/filter/xml
/dbaxml \
58 filter/source
/config
/cache
/filterconfig1 \
60 i18npool
/util
/i18npool \
61 linguistic
/source
/lng \
62 package
/source
/xstor
/xstor \
63 package
/util
/package2 \
64 sax
/source
/expatwrap
/expwrap \
66 svl
/source
/fsstor
/fsstorage \
69 ucb
/source
/core
/ucb1 \
70 ucb
/source
/ucp
/file
/ucpfile1 \
75 $(eval
$(call gb_CppunitTest_use_configuration
,dbaccess_embeddeddb_performancetest
))
77 # vim: set noet sw=4 ts=4: