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