1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
14 # Major Contributor(s):
15 # Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval
$(call gb_CppunitTest_CppunitTest
,dbaccess_macros_test
))
30 $(eval
$(call gb_CppunitTest_add_exception_objects
,dbaccess_macros_test
, \
31 dbaccess
/qa
/extras
/macros-test \
34 $(eval
$(call gb_CppunitTest_use_libraries
,dbaccess_macros_test
, \
74 $(eval
$(call gb_CppunitTest_set_include
,dbaccess_macros_test
,\
75 -I
$(SRCDIR
)/sc
/source
/ui
/inc \
80 $(eval
$(call gb_CppunitTest_use_api
,dbaccess_macros_test
,\
86 $(eval
$(call gb_CppunitTest_use_ure
,dbaccess_macros_test
))
88 $(eval
$(call gb_CppunitTest_use_components
,dbaccess_macros_test
,\
90 comphelper
/util
/comphelp \
91 configmgr
/source
/configmgr \
95 dbaccess
/source
/filter/xml
/dbaxml \
96 fileaccess
/source
/fileacc \
97 filter/source
/config
/cache
/filterconfig1 \
100 i18npool
/util
/i18npool \
102 package
/source
/xstor
/xstor \
103 package
/util
/package2 \
104 sax
/source
/expatwrap
/expwrap \
105 sax
/source
/fastparser
/fastsax \
106 scripting
/source
/basprov
/basprov \
107 scripting
/util
/scriptframe \
110 svl
/source
/fsstor
/fsstorage \
113 ucb
/source
/core
/ucb1 \
114 ucb
/source
/ucp
/file
/ucpfile1 \
115 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
117 unoxml
/source
/rdf
/unordf \
118 unoxml
/source
/service
/unoxml \
121 $(eval
$(call gb_CppunitTest_use_configuration
,dbaccess_macros_test
))
123 $(eval
$(call gb_CppunitTest_use_filter_configuration
,dbaccess_macros_test
))
125 $(eval
$(call gb_CppunitTest_use_extra_configuration
,dbaccess_macros_test
,\
126 $(OUTDIR
)/unittest
/registry \
130 # - explicitly depend on the dbaccess resource files needed at unit-test runtime
131 $(call gb_CppunitTest_get_target
,dbaccess_macros_test
) : \
132 $(WORKDIR
)/AllLangRes
/dbaccess \
134 # vim: set noet sw=4 ts=4: