fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_nolib_save.mk
blob2732ef487be3e1be3b675c0bf65d9cad92dbdbf0
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_nolib_save))
12 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_nolib_save, \
13 dbaccess/qa/extras/nolib-save \
16 $(eval $(call gb_CppunitTest_use_externals,dbaccess_nolib_save,\
17 boost_headers \
20 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_nolib_save, \
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 \
55 $(gb_UWINAPI) \
58 $(eval $(call gb_CppunitTest_set_include,dbaccess_nolib_save,\
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_api,dbaccess_nolib_save,\
63 offapi \
64 oovbaapi \
65 udkapi \
68 $(eval $(call gb_CppunitTest_use_ure,dbaccess_nolib_save))
69 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_nolib_save))
71 $(eval $(call gb_CppunitTest_use_components,dbaccess_nolib_save,\
72 basic/util/sb \
73 comphelper/util/comphelp \
74 configmgr/source/configmgr \
75 dbaccess/util/dba \
76 dbaccess/util/dbu \
77 dbaccess/util/sdbt \
78 dbaccess/source/filter/xml/dbaxml \
79 filter/source/config/cache/filterconfig1 \
80 forms/util/frm \
81 framework/util/fwk \
82 i18npool/util/i18npool \
83 linguistic/source/lng \
84 oox/util/oox \
85 package/source/xstor/xstor \
86 package/util/package2 \
87 sax/source/expatwrap/expwrap \
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 \
101 xmloff/util/xo \
104 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_nolib_save))
106 $(call gb_CppunitTest_get_target,dbaccess_nolib_save) : $(WORKDIR)/CppunitTest/testNolibSave.odb
107 $(WORKDIR)/CppunitTest/testNolibSave.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/testDialogSave.odb
108 mkdir -p $(dir $@)
109 cp -P -f "$<" "$@"
110 .PHONY: $(WORKDIR)/CppunitTest/testNolibSave.odb
112 $(call gb_CppunitTest_get_target,dbaccess_nolib_save): \
113 $(call gb_AllLangResTarget_get_target,ofa)
115 # vim: set noet sw=4 ts=4: