tdf#62032 use style list level when changing style
[LibreOffice.git] / vcl / CppunitTest_vcl_filters_test.mk
blobab5108f51b1c8f8cbd2f0d95304900cf30763bfb
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,vcl_filters_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_filters_test, \
13 vcl/qa/cppunit/graphicfilter/filters-dxf-test \
14 vcl/qa/cppunit/graphicfilter/filters-eps-test \
15 vcl/qa/cppunit/graphicfilter/filters-met-test \
16 vcl/qa/cppunit/graphicfilter/filters-pcd-test \
17 vcl/qa/cppunit/graphicfilter/filters-pcx-test \
18 vcl/qa/cppunit/graphicfilter/filters-pict-test \
19 vcl/qa/cppunit/graphicfilter/filters-ppm-test \
20 vcl/qa/cppunit/graphicfilter/filters-psd-test \
21 vcl/qa/cppunit/graphicfilter/filters-ras-test \
22 vcl/qa/cppunit/graphicfilter/filters-test \
23 vcl/qa/cppunit/graphicfilter/filters-tiff-test \
24 vcl/qa/cppunit/graphicfilter/filters-tga-test \
27 $(eval $(call gb_CppunitTest_set_include,vcl_filters_test,\
28 $$(INCLUDE) \
29 -I$(SRCDIR)/vcl/inc \
32 ifeq ($(DISABLE_CVE_TESTS),TRUE)
33 $(eval $(call gb_CppunitTest_add_defs,vcl_filters_test,\
34 -DDISABLE_CVE_TESTS \
36 endif
38 $(eval $(call gb_CppunitTest_use_externals,vcl_filters_test,\
39 boost_headers \
40 libxml2 \
43 $(eval $(call gb_CppunitTest_use_libraries,vcl_filters_test, \
44 comphelper \
45 cppu \
46 cppuhelper \
47 sal \
48 svt \
49 test \
50 tl \
51 unotest \
52 vcl \
53 emfio \
56 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_filters_test))
58 $(eval $(call gb_CppunitTest_use_ure,vcl_filters_test))
59 $(eval $(call gb_CppunitTest_use_vcl,vcl_filters_test))
61 $(eval $(call gb_CppunitTest_use_components,vcl_filters_test,\
62 configmgr/source/configmgr \
63 i18npool/util/i18npool \
64 ucb/source/core/ucb1 \
65 ucb/source/ucp/file/ucpfile1 \
66 uui/util/uui \
67 emfio/emfio \
70 $(eval $(call gb_CppunitTest_use_configuration,vcl_filters_test))
72 # vim: set noet sw=4 ts=4: