GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_dialog_save.mk
blob8b5832ee7a7bcbfb277cd43425bdad20ab1fd674
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_dialog_save))
12 $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_dialog_save, \
13 dbaccess/qa/extras/dialog-save \
16 $(eval $(call gb_CppunitTest_use_externals,dbaccess_dialog_save,\
17 boost_headers \
20 $(eval $(call gb_CppunitTest_use_libraries,dbaccess_dialog_save, \
21 avmedia \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 dba \
27 dbu \
28 sdbt \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sfx \
41 sot \
42 svl \
43 svt \
44 svx \
45 svxcore \
46 test \
47 subsequenttest \
48 tl \
49 tk \
50 ucbhelper \
51 unotest \
52 utl \
53 vbahelper \
54 vcl \
55 xo \
56 $(gb_UWINAPI) \
59 $(eval $(call gb_CppunitTest_set_include,dbaccess_dialog_save,\
60 $$(INCLUDE) \
63 $(eval $(call gb_CppunitTest_use_api,dbaccess_dialog_save,\
64 offapi \
65 oovbaapi \
66 udkapi \
69 $(eval $(call gb_CppunitTest_use_ure,dbaccess_dialog_save))
71 $(eval $(call gb_CppunitTest_use_components,dbaccess_dialog_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 sax/source/fastparser/fastsax \
89 scripting/source/basprov/basprov \
90 scripting/util/scriptframe \
91 sfx2/util/sfx \
92 sot/util/sot \
93 svl/source/fsstor/fsstorage \
94 svl/util/svl \
95 toolkit/util/tk \
96 ucb/source/core/ucb1 \
97 ucb/source/ucp/file/ucpfile1 \
98 ucb/source/ucp/tdoc/ucptdoc1 \
99 unotools/util/utl \
100 unoxml/source/rdf/unordf \
101 unoxml/source/service/unoxml \
102 xmloff/util/xo \
105 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_dialog_save))
107 $(eval $(call gb_CppunitTest_use_filter_configuration,dbaccess_dialog_save))
109 $(eval $(call gb_CppunitTest_use_unittest_configuration,dbaccess_dialog_save))
111 $(call gb_CppunitTest_get_target,dbaccess_dialog_save) : $(WORKDIR)/CppunitTest/testDialogSave.odb
112 $(WORKDIR)/CppunitTest/testDialogSave.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/testDialogSave.odb
113 mkdir -p $(dir $@)
114 cp -P -f "$<" "$@"
115 .PHONY: $(WORKDIR)/CppunitTest/testDialogSave.odb
117 # vim: set noet sw=4 ts=4: