lo-commit-stat: allow to filer cherry-picked commits
[LibreOffice.git] / filter / CppunitTest_filter_pict_test.mk
blob082ea8c53e9f43e659dda7e6f9a90ab3968a3a34
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/.
9 $(eval $(call gb_CppunitTest_CppunitTest,filter_pict_test))
11 $(eval $(call gb_CppunitTest_add_exception_objects,filter_pict_test, \
12 filter/qa/cppunit/filters-pict-test \
15 $(eval $(call gb_CppunitTest_use_libraries,filter_pict_test, \
16 ipt \
17 sal \
18 test \
19 tl \
20 unotest \
21 vcl \
22 $(gb_UWINAPI) \
25 $(eval $(call gb_CppunitTest_use_api,filter_pict_test,\
26 udkapi \
27 offapi \
30 $(eval $(call gb_CppunitTest_use_ure,filter_pict_test))
32 $(eval $(call gb_CppunitTest_use_components,filter_pict_test,\
33 configmgr/source/configmgr \
34 i18npool/util/i18npool \
37 $(eval $(call gb_CppunitTest_use_configuration,filter_pict_test))
39 # vim: set noet sw=4 ts=4: