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_schema_import
))
12 $(eval
$(call gb_CppunitTest_add_exception_objects
,dbaccess_hsql_schema_import
, \
13 dbaccess
/qa
/extras
/hsql_schema_import \
16 $(eval
$(call gb_CppunitTest_use_libraries
,dbaccess_hsql_schema_import
, \
54 $(eval
$(call gb_CppunitTest_set_include
,dbaccess_hsql_schema_import
,\
55 -I
$(SRCDIR
)/dbaccess
/source
/filter/hsqldb \
59 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_hsql_schema_import
,\
65 $(eval
$(call gb_CppunitTest_use_components
,dbaccess_hsql_schema_import
,\
67 comphelper
/util
/comphelp \
68 configmgr
/source
/configmgr \
72 dbaccess
/source
/filter/xml
/dbaxml \
73 filter/source
/config
/cache
/filterconfig1 \
76 i18npool
/util
/i18npool \
77 linguistic
/source
/lng \
79 package
/source
/xstor
/xstor \
80 package
/util
/package2 \
81 sax
/source
/expatwrap
/expwrap \
82 scripting
/source
/basprov
/basprov \
83 scripting
/util
/scriptframe \
86 svl
/source
/fsstor
/fsstorage \
89 ucb
/source
/core
/ucb1 \
90 ucb
/source
/ucp
/file
/ucpfile1 \
91 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
93 unoxml
/source
/rdf
/unordf \
94 unoxml
/source
/service
/unoxml \
99 $(eval
$(call gb_CppunitTest_use_configuration
,dbaccess_hsql_schema_import
))
101 # vim: set noet sw=4 ts=4: