lok: unit test GetControlState
[LibreOffice.git] / svgio / CppunitTest_svgio.mk
blob24933397d7d35a7544b4c573a63800b3ea9707a5
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 cppu \
34 cppuhelper \
35 comphelper \
36 sal \
37 sax \
38 svt \
39 test \
40 unotest \
41 tl \
42 vcl \
45 $(eval $(call gb_CppunitTest_add_exception_objects,svgio,\
46 svgio/qa/cppunit/SvgImportTest \
49 $(eval $(call gb_CppunitTest_use_ure,svgio))
50 $(eval $(call gb_CppunitTest_use_vcl,svgio))
52 $(eval $(call gb_CppunitTest_use_components,svgio,\
53 configmgr/source/configmgr \
54 dtrans/util/mcnttype \
55 framework/util/fwk \
56 i18npool/util/i18npool \
57 package/source/xstor/xstor \
58 package/util/package2 \
59 toolkit/util/tk \
60 sfx2/util/sfx \
61 ucb/source/core/ucb1 \
62 ucb/source/ucp/file/ucpfile1 \
63 unotools/util/utl \
64 sax/source/expatwrap/expwrap \
67 $(eval $(call gb_CppunitTest_use_configuration,svgio))
69 # vim: set noet sw=4 ts=4: