Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_RowSetClones.mk
blobde5b2a8ff0ab6bd16487bc4da8aacecd5fb0fcf4
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_RowSetClones))
12 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_RowSetClones, \
13 dbaccess/qa/extras/rowsetclones \
16 $(eval $(call gb_CppunitTest_use_externals,dbaccess_RowSetClones,\
17 boost_headers \
20 $(eval $(call gb_CppunitTest_use_jars,dbaccess_RowSetClones, \
21 sdbc_hsqldb \
24 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 dba \
30 dbu \
31 sdbt \
32 drawinglayer \
33 editeng \
34 for \
35 forui \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sfx \
44 sot \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 subsequenttest \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 vbahelper \
57 vcl \
58 xo \
61 $(eval $(call gb_CppunitTest_use_api,dbaccess_RowSetClones,\
62 offapi \
63 oovbaapi \
64 udkapi \
67 $(eval $(call gb_CppunitTest_use_ure,dbaccess_RowSetClones))
68 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_RowSetClones))
70 $(eval $(call gb_CppunitTest_use_components,dbaccess_RowSetClones,\
71 basic/util/sb \
72 comphelper/util/comphelp \
73 configmgr/source/configmgr \
74 connectivity/source/drivers/hsqldb/hsqldb \
75 connectivity/source/drivers/jdbc/jdbc \
76 connectivity/source/manager/sdbc2 \
77 dbaccess/util/dba \
78 dbaccess/util/dbu \
79 dbaccess/util/sdbt \
80 dbaccess/source/filter/xml/dbaxml \
81 filter/source/config/cache/filterconfig1 \
82 forms/util/frm \
83 framework/util/fwk \
84 i18npool/util/i18npool \
85 linguistic/source/lng \
86 oox/util/oox \
87 package/source/xstor/xstor \
88 package/util/package2 \
89 sax/source/expatwrap/expwrap \
90 scripting/source/basprov/basprov \
91 scripting/util/scriptframe \
92 sfx2/util/sfx \
93 sot/util/sot \
94 svl/source/fsstor/fsstorage \
95 svl/util/svl \
96 toolkit/util/tk \
97 ucb/source/core/ucb1 \
98 ucb/source/ucp/file/ucpfile1 \
99 ucb/source/ucp/tdoc/ucptdoc1 \
100 unotools/util/utl \
101 unoxml/source/rdf/unordf \
102 unoxml/source/service/unoxml \
103 uui/util/uui \
104 xmloff/util/xo \
107 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_RowSetClones))
109 $(call gb_CppunitTest_get_target,dbaccess_RowSetClones) : $(WORKDIR)/CppunitTest/RowSetClones.odb
110 $(WORKDIR)/CppunitTest/RowSetClones.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/RowSetClones.odb
111 mkdir -p $(dir $@)
112 cp -P -f "$<" "$@"
113 .PHONY: $(WORKDIR)/CppunitTest/RowSetClones.odb
115 $(call gb_CppunitTest_get_target,dbaccess_RowSetClones): \
116 $(call gb_AllLangResTarget_get_target,ofa)
118 # vim: set noet sw=4 ts=4: