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
,\
16 -I
$(SRCDIR
)/svgio
/inc \
19 $(eval
$(call gb_CppunitTest_use_externals
,svgio
,\
24 $(eval
$(call gb_CppunitTest_use_sdk_api
,svgio
))
26 $(eval
$(call gb_CppunitTest_use_library_objects
,svgio
,\
30 $(eval
$(call gb_CppunitTest_use_libraries
,svgio
,\
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 \
60 i18npool
/util
/i18npool \
61 package
/source
/xstor
/xstor \
62 package
/util
/package2 \
63 sax
/source
/expatwrap
/expwrap \
66 ucb
/source
/core
/ucb1 \
67 ucb
/source
/ucp
/file
/ucpfile1 \
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: