tdf#125216 import filter: allow .doc renamed as .dot
[LibreOffice.git] / dbaccess / CppunitTest_dbaccess_nolib_save.mk
blob088dc92c43106c616bff7a26f47fa02e18ba336b
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 $(call gb_Helper_optional,SCRIPTING, \
53 vbahelper) \
54 vcl \
55 xo \
58 $(eval $(call gb_CppunitTest_use_api,dbaccess_nolib_save,\
59 offapi \
60 oovbaapi \
61 udkapi \
64 $(eval $(call gb_CppunitTest_use_ure,dbaccess_nolib_save))
65 $(eval $(call gb_CppunitTest_use_vcl,dbaccess_nolib_save))
67 $(eval $(call gb_CppunitTest_use_components,dbaccess_nolib_save,\
68 basic/util/sb \
69 comphelper/util/comphelp \
70 configmgr/source/configmgr \
71 dbaccess/util/dba \
72 dbaccess/util/dbu \
73 dbaccess/util/sdbt \
74 dbaccess/source/filter/xml/dbaxml \
75 filter/source/config/cache/filterconfig1 \
76 forms/util/frm \
77 framework/util/fwk \
78 i18npool/util/i18npool \
79 linguistic/source/lng \
80 oox/util/oox \
81 package/source/xstor/xstor \
82 package/util/package2 \
83 sax/source/expatwrap/expwrap \
84 scripting/source/basprov/basprov \
85 scripting/util/scriptframe \
86 sfx2/util/sfx \
87 sot/util/sot \
88 svl/source/fsstor/fsstorage \
89 svl/util/svl \
90 toolkit/util/tk \
91 ucb/source/core/ucb1 \
92 ucb/source/ucp/file/ucpfile1 \
93 ucb/source/ucp/tdoc/ucptdoc1 \
94 unotools/util/utl \
95 unoxml/source/rdf/unordf \
96 unoxml/source/service/unoxml \
97 uui/util/uui \
98 xmloff/util/xo \
101 $(eval $(call gb_CppunitTest_use_configuration,dbaccess_nolib_save))
103 $(call gb_CppunitTest_get_target,dbaccess_nolib_save) : $(WORKDIR)/CppunitTest/testNolibSave.odb
104 $(WORKDIR)/CppunitTest/testNolibSave.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/testDialogSave.odb
105 mkdir -p $(dir $@)
106 cp -P -f "$<" "$@"
107 .PHONY: $(WORKDIR)/CppunitTest/testNolibSave.odb
109 # vim: set noet sw=4 ts=4: