WaE: C6011 Dereferencing NULL pointer warnings
[LibreOffice.git] / sd / CppunitTest_sd_uiimpress.mk
blobc2ba59be987ae8615daa5b96de5399bd8469e806
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sd_uiimpress))
14 $(eval $(call gb_CppunitTest_use_externals,sd_uiimpress,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_uiimpress))
21 $(eval $(call gb_CppunitTest_add_exception_objects,sd_uiimpress, \
22 sd/qa/unit/uiimpress \
25 $(eval $(call gb_CppunitTest_use_libraries,sd_uiimpress, \
26 $(call gb_Helper_optional,AVMEDIA,avmedia) \
27 basegfx \
28 canvastools \
29 comphelper \
30 cppcanvas \
31 cppu \
32 cppuhelper \
33 docmodel \
34 drawinglayer \
35 editeng \
36 for \
37 forui \
38 i18nlangtag \
39 i18nutil \
40 msfilter \
41 oox \
42 sal \
43 salhelper \
44 sax \
45 sb \
46 sd \
47 sfx \
48 sot \
49 subsequenttest \
50 svl \
51 svt \
52 svx \
53 svxcore \
54 test \
55 tl \
56 tk \
57 ucbhelper \
58 unotest \
59 utl \
60 vcl \
61 xo \
64 $(eval $(call gb_CppunitTest_set_include,sd_uiimpress,\
65 -I$(SRCDIR)/sd/inc \
66 -I$(SRCDIR)/sd/source/ui/inc \
67 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
68 $$(INCLUDE) \
71 $(eval $(call gb_CppunitTest_use_sdk_api,sd_uiimpress))
73 $(eval $(call gb_CppunitTest_use_externals,sd_uiimpress,\
74 boost_headers \
77 $(eval $(call gb_CppunitTest_use_ure,sd_uiimpress))
78 $(eval $(call gb_CppunitTest_use_vcl,sd_uiimpress))
80 $(eval $(call gb_CppunitTest_use_rdb,sd_uiimpress,services))
82 $(eval $(call gb_CppunitTest_use_custom_headers,sd_uiimpress,\
83 officecfg/registry \
86 $(eval $(call gb_CppunitTest_use_configuration,sd_uiimpress))
88 $(eval $(call gb_CppunitTest_add_arguments,sd_uiimpress, \
89 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
92 # vim: set noet sw=4 ts=4: