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_hsqldb_test
))
12 $(eval
$(call gb_CppunitTest_use_external
,dbaccess_hsqldb_test
,boost_headers
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,dbaccess_hsqldb_test
, \
15 dbaccess
/qa
/unit
/hsqldb \
18 $(eval
$(call gb_CppunitTest_use_libraries
,dbaccess_hsqldb_test
, \
36 $(eval
$(call gb_CppunitTest_use_jars
,dbaccess_hsqldb_test
, \
40 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_hsqldb_test
,\
46 $(eval
$(call gb_CppunitTest_use_ure
,dbaccess_hsqldb_test
))
47 $(eval
$(call gb_CppunitTest_use_vcl
,dbaccess_hsqldb_test
))
49 $(eval
$(call gb_CppunitTest_use_components
,dbaccess_hsqldb_test
,\
51 comphelper
/util
/comphelp \
52 configmgr
/source
/configmgr \
53 connectivity
/source
/cpool
/dbpool2 \
54 connectivity
/source
/drivers
/hsqldb
/hsqldb \
55 $(if
$(ENABLE_FIREBIRD_SDBC
),connectivity
/source
/drivers
/firebird
/firebird_sdbc
) \
56 connectivity
/source
/drivers
/jdbc
/jdbc \
57 connectivity
/source
/manager
/sdbc2 \
59 dbaccess
/source
/filter/xml
/dbaxml \
61 filter/source
/config
/cache
/filterconfig1 \
63 i18npool
/util
/i18npool \
64 linguistic
/source
/lng \
65 package
/source
/xstor
/xstor \
66 package
/util
/package2 \
67 sax
/source
/expatwrap
/expwrap \
69 svl
/source
/fsstor
/fsstorage \
72 ucb
/source
/core
/ucb1 \
73 ucb
/source
/ucp
/file
/ucpfile1 \
79 $(eval
$(call gb_CppunitTest_use_configuration
,dbaccess_hsqldb_test
))
81 $(eval
$(call gb_CppunitTest_use_uiconfigs
,dbaccess_hsqldb_test
, \
85 # vim: set noet sw=4 ts=4: