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
, \
58 $(eval
$(call gb_CppunitTest_set_include
,dbaccess_macros_test
,\
62 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_macros_test
,\
68 $(eval
$(call gb_CppunitTest_use_ure
,dbaccess_macros_test
))
69 $(eval
$(call gb_CppunitTest_use_vcl
,dbaccess_macros_test
))
71 $(eval
$(call gb_CppunitTest_use_components
,dbaccess_macros_test
,\
73 comphelper
/util
/comphelp \
74 configmgr
/source
/configmgr \
78 dbaccess
/source
/filter/xml
/dbaxml \
79 filter/source
/config
/cache
/filterconfig1 \
82 i18npool
/util
/i18npool \
84 package
/source
/xstor
/xstor \
85 package
/util
/package2 \
86 sax
/source
/expatwrap
/expwrap \
87 scripting
/source
/basprov
/basprov \
88 scripting
/util
/scriptframe \
91 svl
/source
/fsstor
/fsstorage \
94 ucb
/source
/core
/ucb1 \
95 ucb
/source
/ucp
/file
/ucpfile1 \
96 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
98 unoxml
/source
/rdf
/unordf \
99 unoxml
/source
/service
/unoxml \
103 $(eval
$(call gb_CppunitTest_use_configuration
,dbaccess_macros_test
))
105 $(call gb_CppunitTest_get_target
,dbaccess_macros_test
): \
106 $(call gb_AllLangResTarget_get_target
,ofa
)
108 # vim: set noet sw=4 ts=4: