tdf#125506: use rObjectToDevice if needed
[LibreOffice.git] / filter / CppunitTest_filter_priority.mk
blob5f9042dd085911b41b0c6b59df69ebaab08beca9
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_priority))
12 $(eval $(call gb_CppunitTest_use_sdk_api,filter_priority))
13 $(eval $(call gb_CppunitTest_use_ure,filter_priority))
14 $(eval $(call gb_CppunitTest_use_vcl,filter_priority))
16 $(eval $(call gb_CppunitTest_use_configuration,filter_priority))
18 $(eval $(call gb_CppunitTest_use_external,filter_priority,boost_headers))
20 $(eval $(call gb_CppunitTest_use_libraries,filter_priority, \
21 comphelper \
22 unotest \
23 cppuhelper \
24 cppu \
25 sal \
28 $(eval $(call gb_CppunitTest_use_components,filter_priority,\
29 configmgr/source/configmgr \
30 filter/source/config/cache/filterconfig1 \
31 framework/util/fwk \
32 framework/util/fwl \
33 i18npool/util/i18npool \
34 ucb/source/core/ucb1 \
35 ucb/source/ucp/file/ucpfile1 \
38 $(eval $(call gb_CppunitTest_add_exception_objects,filter_priority, \
39 filter/qa/cppunit/priority-test \
42 # vim: set noet sw=4 ts=4: