tdf#148384: Really leave mail merge results dialog open upon errors
[LibreOffice.git] / filter / CppunitTest_filter_msfilter.mk
blobcf4347342f6213c773a84c469f3afa09136f9430
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,filter_msfilter))
12 $(eval $(call gb_CppunitTest_use_sdk_api,filter_msfilter))
13 $(eval $(call gb_CppunitTest_use_ure,filter_msfilter))
15 $(eval $(call gb_CppunitTest_use_configuration,filter_msfilter))
17 $(eval $(call gb_CppunitTest_use_externals,filter_msfilter, \
18 boost_headers \
21 $(eval $(call gb_CppunitTest_use_libraries,filter_msfilter, \
22 tl \
23 comphelper \
24 unotest \
25 cppuhelper \
26 cppu \
27 msfilter \
28 sal \
31 $(eval $(call gb_CppunitTest_use_components,filter_msfilter,\
32 configmgr/source/configmgr \
33 filter/source/config/cache/filterconfig1 \
34 framework/util/fwk \
35 i18npool/util/i18npool \
36 ucb/source/core/ucb1 \
37 ucb/source/ucp/file/ucpfile1 \
40 $(eval $(call gb_CppunitTest_add_exception_objects,filter_msfilter, \
41 filter/qa/cppunit/msfilter-test \
44 # vim: set noet sw=4 ts=4: