bump product version to 4.1.6.2
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_macros_test.mk
blob18d7db4fbfa7e3bc2f57de965c3586eeb8d21e14
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_libraries,dbaccess_macros_test, \
17 avmedia \
18 basegfx \
19 comphelper \
20 cppu \
21 cppuhelper \
22 dba \
23 dbu \
24 dbu \
25 sdbt \
26 drawinglayer \
27 editeng \
28 fileacc \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sfx \
39 sot \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 tl \
46 tk \
47 ucbhelper \
48 unotest \
49 utl \
50 vbahelper \
51 vcl \
52 xo \
53 $(gb_UWINAPI) \
56 $(eval $(call gb_CppunitTest_set_include,dbaccess_macros_test,\
57 -I$(SRCDIR)/sc/source/ui/inc \
58 -I$(SRCDIR)/sc/inc \
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_api,dbaccess_macros_test,\
63 offapi \
64 oovbaapi \
65 udkapi \
68 $(eval $(call gb_CppunitTest_use_ure,dbaccess_macros_test))
70 $(eval $(call gb_CppunitTest_use_components,dbaccess_macros_test,\
71 basic/util/sb \
72 comphelper/util/comphelp \
73 configmgr/source/configmgr \
74 dbaccess/util/dba \
75 dbaccess/util/dbu \
76 dbaccess/util/sdbt \
77 dbaccess/source/filter/xml/dbaxml \
78 fileaccess/source/fileacc \
79 filter/source/config/cache/filterconfig1 \
80 forms/util/frm \
81 framework/util/fwk \
82 i18npool/util/i18npool \
83 oox/util/oox \
84 package/source/xstor/xstor \
85 package/util/package2 \
86 sax/source/expatwrap/expwrap \
87 sax/source/fastparser/fastsax \
88 scripting/source/basprov/basprov \
89 scripting/util/scriptframe \
90 sfx2/util/sfx \
91 sot/util/sot \
92 svl/source/fsstor/fsstorage \
93 svl/util/svl \
94 toolkit/util/tk \
95 ucb/source/core/ucb1 \
96 ucb/source/ucp/file/ucpfile1 \
97 ucb/source/ucp/tdoc/ucptdoc1 \
98 unotools/util/utl \
99 unoxml/source/rdf/unordf \
100 unoxml/source/service/unoxml \
103 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_macros_test))
105 $(eval $(call gb_CppunitTest_use_filter_configuration,dbaccess_macros_test))
107 $(eval $(call gb_CppunitTest_use_unittest_configuration,dbaccess_macros_test))
109 # vim: set noet sw=4 ts=4: