2013-09-07 17:32:20 +01:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
2021-06-10 10:26:31 +01:00
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,dbaccess_firebird_test))
|
2013-09-07 17:32:20 +01:00
|
|
|
|
2021-06-10 10:26:31 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_external,dbaccess_firebird_test,boost_headers))
|
2013-09-10 08:56:08 +01:00
|
|
|
|
2021-06-10 10:26:31 +01:00
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_firebird_test, \
|
2013-09-07 17:32:20 +01:00
|
|
|
dbaccess/qa/unit/firebird \
|
|
|
|
))
|
|
|
|
|
2021-06-10 10:26:31 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,dbaccess_firebird_test, \
|
2013-09-07 17:32:20 +01:00
|
|
|
comphelper \
|
|
|
|
cppu \
|
2022-11-11 16:44:59 +01:00
|
|
|
cppuhelper \
|
2013-09-07 17:32:20 +01:00
|
|
|
dbaxml \
|
|
|
|
firebird_sdbc \
|
|
|
|
sal \
|
|
|
|
subsequenttest \
|
2013-11-09 18:39:18 +01:00
|
|
|
svt \
|
2013-09-07 17:32:20 +01:00
|
|
|
test \
|
2022-11-09 14:22:09 +01:00
|
|
|
tl \
|
2013-09-07 17:32:20 +01:00
|
|
|
unotest \
|
2017-12-15 15:26:27 +01:00
|
|
|
utl \
|
2013-09-07 17:32:20 +01:00
|
|
|
xo \
|
|
|
|
))
|
|
|
|
|
2021-06-10 10:26:31 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_api,dbaccess_firebird_test,\
|
2013-09-07 17:32:20 +01:00
|
|
|
offapi \
|
|
|
|
oovbaapi \
|
|
|
|
udkapi \
|
|
|
|
))
|
|
|
|
|
2021-06-10 10:26:31 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_ure,dbaccess_firebird_test))
|
|
|
|
$(eval $(call gb_CppunitTest_use_vcl,dbaccess_firebird_test))
|
2013-09-07 17:32:20 +01:00
|
|
|
|
2021-06-10 10:26:31 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_components,dbaccess_firebird_test,\
|
2013-09-13 09:47:55 +01:00
|
|
|
basic/util/sb \
|
2013-09-07 17:32:20 +01:00
|
|
|
comphelper/util/comphelp \
|
|
|
|
configmgr/source/configmgr \
|
|
|
|
connectivity/source/drivers/firebird/firebird_sdbc \
|
|
|
|
connectivity/source/manager/sdbc2 \
|
|
|
|
dbaccess/util/dba \
|
|
|
|
dbaccess/source/filter/xml/dbaxml \
|
|
|
|
dbaccess/util/dbu \
|
|
|
|
filter/source/config/cache/filterconfig1 \
|
|
|
|
framework/util/fwk \
|
|
|
|
i18npool/util/i18npool \
|
2013-09-10 11:27:15 +01:00
|
|
|
linguistic/source/lng \
|
2013-09-07 17:32:20 +01:00
|
|
|
package/source/xstor/xstor \
|
|
|
|
package/util/package2 \
|
|
|
|
sax/source/expatwrap/expwrap \
|
|
|
|
sfx2/util/sfx \
|
|
|
|
svl/source/fsstor/fsstorage \
|
|
|
|
svl/util/svl \
|
|
|
|
toolkit/util/tk \
|
|
|
|
ucb/source/core/ucb1 \
|
|
|
|
ucb/source/ucp/file/ucpfile1 \
|
2013-09-13 09:47:55 +01:00
|
|
|
unotools/util/utl \
|
2016-07-27 21:43:07 +01:00
|
|
|
uui/util/uui \
|
2013-09-07 17:32:20 +01:00
|
|
|
xmloff/util/xo \
|
|
|
|
))
|
|
|
|
|
2021-06-10 10:26:31 +01:00
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,dbaccess_firebird_test))
|
2013-09-07 17:32:20 +01:00
|
|
|
|
2022-08-31 11:14:24 +02:00
|
|
|
$(eval $(call gb_CppunitTest_use_uiconfigs,dbaccess_firebird_test, \
|
|
|
|
dbaccess \
|
|
|
|
))
|
|
|
|
|
2013-09-07 17:32:20 +01:00
|
|
|
# vim: set noet sw=4 ts=4:
|