tdf#161349 writerfilter: only copy page background vml fill
[libreoffice.git] / svgio / CppunitTest_svgio.mk
bloba179d6af30fae570800f4f81ed50a7a854003e33
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,svgio))
12 $(eval $(call gb_CppunitTest_set_componentfile,svgio,svgio/svgio))
14 $(eval $(call gb_CppunitTest_set_include,svgio,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/svgio/inc \
19 $(eval $(call gb_CppunitTest_use_externals,svgio,\
20 boost_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_sdk_api,svgio))
26 $(eval $(call gb_CppunitTest_use_library_objects,svgio,\
27 svgio \
30 $(eval $(call gb_CppunitTest_use_libraries,svgio,\
31 basegfx \
32 drawinglayer \
33 drawinglayercore \
34 cppu \
35 cppuhelper \
36 comphelper \
37 i18nlangtag \
38 sal \
39 salhelper \
40 sax \
41 svt \
42 test \
43 unotest \
44 tk \
45 tl \
46 utl \
47 vcl \
50 $(eval $(call gb_CppunitTest_add_exception_objects,svgio,\
51 svgio/qa/cppunit/SvgImportTest \
54 $(eval $(call gb_CppunitTest_use_ure,svgio))
55 $(eval $(call gb_CppunitTest_use_vcl,svgio))
57 $(eval $(call gb_CppunitTest_use_components,svgio,\
58 configmgr/source/configmgr \
59 framework/util/fwk \
60 i18npool/util/i18npool \
61 package/source/xstor/xstor \
62 package/util/package2 \
63 sax/source/expatwrap/expwrap \
64 sfx2/util/sfx \
65 toolkit/util/tk \
66 ucb/source/core/ucb1 \
67 ucb/source/ucp/file/ucpfile1 \
68 unotools/util/utl \
69 vcl/vcl.common \
72 $(eval $(call gb_CppunitTest_use_configuration,svgio))
74 # assert if font/glyph fallback occurs
75 $(eval $(call gb_CppunitTest_set_non_application_font_use,svgio,abort))
77 $(eval $(call gb_CppunitTest_use_more_fonts,svgio))
79 # vim: set noet sw=4 ts=4: