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_hsql_binary_import
))
12 $(eval
$(call gb_CppunitTest_add_exception_objects
,dbaccess_hsql_binary_import
, \
13 dbaccess
/qa
/unit
/hsql_binary_import \
16 $(eval
$(call gb_CppunitTest_use_libraries
,dbaccess_hsql_binary_import
, \
54 $(eval
$(call gb_CppunitTest_use_ure
,dbaccess_hsql_binary_import
))
55 $(eval
$(call gb_CppunitTest_use_vcl
,dbaccess_hsql_binary_import
))
57 $(eval
$(call gb_CppunitTest_set_include
,dbaccess_hsql_binary_import
,\
58 -I
$(SRCDIR
)/dbaccess
/source
/filter/hsqldb \
62 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_hsql_binary_import
,\
68 $(eval
$(call gb_CppunitTest_use_components
,dbaccess_hsql_binary_import
,\
70 comphelper
/util
/comphelp \
71 configmgr
/source
/configmgr \
72 connectivity
/source
/drivers
/hsqldb
/hsqldb \
73 $(if
$(ENABLE_FIREBIRD_SDBC
),connectivity
/source
/drivers
/firebird
/firebird_sdbc
) \
74 connectivity
/source
/manager
/sdbc2 \
78 dbaccess
/source
/filter/xml
/dbaxml \
79 filter/source
/config
/cache
/filterconfig1 \
82 i18npool
/util
/i18npool \
83 linguistic
/source
/lng \
85 package
/source
/xstor
/xstor \
86 package
/util
/package2 \
87 sax
/source
/expatwrap
/expwrap \
88 scripting
/source
/basprov
/basprov \
89 scripting
/util
/scriptframe \
92 svl
/source
/fsstor
/fsstorage \
95 ucb
/source
/core
/ucb1 \
96 ucb
/source
/ucp
/file
/ucpfile1 \
97 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
99 unoxml
/source
/rdf
/unordf \
100 unoxml
/source
/service
/unoxml \
105 $(eval
$(call gb_CppunitTest_use_configuration
,dbaccess_hsql_binary_import
))
107 # vim: set noet sw=4 ts=4: