Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / filter / CppunitTest_filter_priority.mk
blobe9bc7de8f19600cd4aa17f461248db74ed4ba5c3
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))
15 $(eval $(call gb_CppunitTest_use_configuration,filter_priority))
17 $(eval $(call gb_CppunitTest_use_external,filter_priority,boost_headers))
19 $(eval $(call gb_CppunitTest_use_libraries,filter_priority, \
20 comphelper \
21 unotest \
22 cppuhelper \
23 cppu \
24 sal \
27 $(eval $(call gb_CppunitTest_use_components,filter_priority,\
28 configmgr/source/configmgr \
29 filter/source/config/cache/filterconfig1 \
30 framework/util/fwk \
31 framework/util/fwl \
32 i18npool/util/i18npool \
33 ucb/source/core/ucb1 \
34 ucb/source/ucp/file/ucpfile1 \
37 $(eval $(call gb_CppunitTest_add_exception_objects,filter_priority, \
38 filter/qa/cppunit/priority-test \
41 # vim: set noet sw=4 ts=4: