cid#1500675 return early to silence Dereference after null check
[LibreOffice.git] / emfio / CppunitTest_emfio_wmf.mk
blob8ab4a9064dba16947ed54f7240601e07e4b4a358
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,emfio_wmf))
12 $(eval $(call gb_CppunitTest_set_include,emfio_wmf,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/emfio/inc \
17 $(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\
18 boost_headers \
19 libxml2 \
22 $(eval $(call gb_CppunitTest_add_exception_objects,emfio_wmf, \
23 emfio/qa/cppunit/wmf/wmfimporttest \
26 $(eval $(call gb_CppunitTest_use_libraries,emfio_wmf,\
27 emfio \
28 sal \
29 test \
30 tl \
31 unotest \
32 vcl \
35 $(eval $(call gb_CppunitTest_use_more_fonts,emfio_wmf))
36 $(eval $(call gb_CppunitTest_use_configuration,emfio_wmf))
37 $(eval $(call gb_CppunitTest_use_sdk_api,emfio_wmf))
38 $(eval $(call gb_CppunitTest_use_ure,emfio_wmf))
39 $(eval $(call gb_CppunitTest_use_vcl,emfio_wmf))
40 $(eval $(call gb_CppunitTest_use_rdb,emfio_wmf,services))
42 # vim: set noet sw=4 ts=4: