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_macros_test
))
12 $(eval
$(call gb_CppunitTest_add_exception_objects
,dbaccess_macros_test
, \
13 dbaccess
/qa
/extras
/macros-test \
16 $(eval
$(call gb_CppunitTest_use_externals
,dbaccess_macros_test
,\
20 $(eval
$(call gb_CppunitTest_use_libraries
,dbaccess_macros_test
, \
57 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_macros_test
,\
63 $(eval
$(call gb_CppunitTest_use_ure
,dbaccess_macros_test
))
64 $(eval
$(call gb_CppunitTest_use_vcl
,dbaccess_macros_test
))
66 $(eval
$(call gb_CppunitTest_use_components
,dbaccess_macros_test
,\
68 comphelper
/util
/comphelp \
69 configmgr
/source
/configmgr \
73 dbaccess
/source
/filter/xml
/dbaxml \
74 filter/source
/config
/cache
/filterconfig1 \
77 i18npool
/util
/i18npool \
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_macros_test
))
101 # vim: set noet sw=4 ts=4: