Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_macros_test.mk
blob0f6e9de26ec477bb1c6330bc03cfa0f1f8dd6dee
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
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
16 # (initial developer)
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, \
35 avmedia \
36 basegfx \
37 comphelper \
38 cppu \
39 cppuhelper \
40 dba \
41 dbu \
42 dbu \
43 sdbt \
44 drawinglayer \
45 editeng \
46 fileacc \
47 for \
48 forui \
49 i18nisolang1 \
50 msfilter \
51 oox \
52 sal \
53 salhelper \
54 sax \
55 sb \
56 sfx \
57 sot \
58 svl \
59 svt \
60 svx \
61 svxcore \
62 test \
63 tl \
64 tk \
65 ucbhelper \
66 unotest \
67 utl \
68 vbahelper \
69 vcl \
70 xo \
71 $(gb_STDLIBS) \
74 $(eval $(call gb_CppunitTest_set_include,dbaccess_macros_test,\
75 -I$(SRCDIR)/sc/source/ui/inc \
76 -I$(SRCDIR)/sc/inc \
77 $$(INCLUDE) \
80 $(eval $(call gb_CppunitTest_use_api,dbaccess_macros_test,\
81 offapi \
82 oovbaapi \
83 udkapi \
86 $(eval $(call gb_CppunitTest_use_ure,dbaccess_macros_test))
88 $(eval $(call gb_CppunitTest_use_components,dbaccess_macros_test,\
89 basic/util/sb \
90 comphelper/util/comphelp \
91 configmgr/source/configmgr \
92 dbaccess/util/dba \
93 dbaccess/util/dbu \
94 dbaccess/util/sdbt \
95 dbaccess/source/filter/xml/dbaxml \
96 fileaccess/source/fileacc \
97 filter/source/config/cache/filterconfig1 \
98 forms/util/frm \
99 framework/util/fwk \
100 i18npool/util/i18npool \
101 oox/util/oox \
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 \
108 sfx2/util/sfx \
109 sot/util/sot \
110 svl/source/fsstor/fsstorage \
111 svl/util/svl \
112 toolkit/util/tk \
113 ucb/source/core/ucb1 \
114 ucb/source/ucp/file/ucpfile1 \
115 ucb/source/ucp/tdoc/ucptdoc1 \
116 unotools/util/utl \
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 \
129 # we need to
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: