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
, \
32 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_firebird
,\
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
,\
43 comphelper
/util
/comphelp \
44 configmgr
/source
/configmgr \
45 connectivity
/source
/drivers
/firebird
/firebird_sdbc \
46 connectivity
/source
/manager
/sdbc2 \
48 dbaccess
/source
/filter/xml
/dbaxml \
50 filter/source
/config
/cache
/filterconfig1 \
52 i18npool
/util
/i18npool \
53 linguistic
/source
/lng \
54 package
/source
/xstor
/xstor \
55 package
/util
/package2 \
56 sax
/source
/expatwrap
/expwrap \
58 svl
/source
/fsstor
/fsstorage \
61 ucb
/source
/core
/ucb1 \
62 ucb
/source
/ucp
/file
/ucpfile1 \
68 $(eval
$(call gb_CppunitTest_use_configuration
,dbaccess_firebird
))
70 # vim: set noet sw=4 ts=4: