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_tdf119625
))
12 $(eval
$(call gb_CppunitTest_add_exception_objects
,dbaccess_tdf119625
, \
13 dbaccess
/qa
/unit
/tdf119625 \
16 $(eval
$(call gb_CppunitTest_use_external
,dbaccess_tdf119625
,boost_headers
))
18 $(eval
$(call gb_CppunitTest_use_libraries
,dbaccess_tdf119625
, \
51 $(call gb_Helper_optional
,SCRIPTING
, \
57 $(eval
$(call gb_CppunitTest_use_ure
,dbaccess_tdf119625
))
58 $(eval
$(call gb_CppunitTest_use_vcl
,dbaccess_tdf119625
))
60 $(eval
$(call gb_CppunitTest_set_include
,dbaccess_tdf119625
,\
61 -I
$(SRCDIR
)/dbaccess
/source
/filter/hsqldb \
65 $(eval
$(call gb_CppunitTest_use_custom_headers
,dbaccess_tdf119625
,\
69 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_tdf119625
,\
75 $(eval
$(call gb_CppunitTest_use_components
,dbaccess_tdf119625
,\
77 comphelper
/util
/comphelp \
78 configmgr
/source
/configmgr \
79 connectivity
/source
/drivers
/hsqldb
/hsqldb \
80 connectivity
/source
/drivers
/firebird
/firebird_sdbc \
81 connectivity
/source
/manager
/sdbc2 \
85 dbaccess
/source
/filter/xml
/dbaxml \
86 filter/source
/config
/cache
/filterconfig1 \
89 i18npool
/util
/i18npool \
90 linguistic
/source
/lng \
92 package
/source
/xstor
/xstor \
93 package
/util
/package2 \
94 sax
/source
/expatwrap
/expwrap \
95 scripting
/source
/basprov
/basprov \
96 scripting
/util
/scriptframe \
99 svl
/source
/fsstor
/fsstorage \
102 ucb
/source
/core
/ucb1 \
103 ucb
/source
/ucp
/file
/ucpfile1 \
104 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
106 unoxml
/source
/rdf
/unordf \
107 unoxml
/source
/service
/unoxml \
112 $(eval
$(call gb_CppunitTest_use_configuration
,dbaccess_tdf119625
))
114 # vim: set noet sw=4 ts=4: