Fix typo
[LibreOffice.git] / vcl / CppunitTest_vcl_filters_test.mk
blobf9f8e40cca9844579759aa10281eb2b3b1a454a9
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 \
25 vcl/qa/cppunit/graphicfilter/filters-webp-test \
28 $(eval $(call gb_CppunitTest_set_include,vcl_filters_test,\
29 $$(INCLUDE) \
30 -I$(SRCDIR)/vcl/inc \
33 ifeq ($(DISABLE_CVE_TESTS),TRUE)
34 $(eval $(call gb_CppunitTest_add_defs,vcl_filters_test,\
35 -DDISABLE_CVE_TESTS \
37 endif
39 $(eval $(call gb_CppunitTest_use_externals,vcl_filters_test,\
40 boost_headers \
41 libxml2 \
44 $(eval $(call gb_CppunitTest_use_libraries,vcl_filters_test, \
45 comphelper \
46 cppu \
47 cppuhelper \
48 sal \
49 svt \
50 test \
51 tl \
52 unotest \
53 vcl \
54 emfio \
57 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_filters_test))
59 $(eval $(call gb_CppunitTest_use_ure,vcl_filters_test))
60 $(eval $(call gb_CppunitTest_use_vcl,vcl_filters_test))
62 $(eval $(call gb_CppunitTest_use_components,vcl_filters_test,\
63 configmgr/source/configmgr \
64 i18npool/util/i18npool \
65 ucb/source/core/ucb1 \
66 ucb/source/ucp/file/ucpfile1 \
67 uui/util/uui \
68 emfio/emfio \
71 $(eval $(call gb_CppunitTest_use_configuration,vcl_filters_test))
73 # vim: set noet sw=4 ts=4: