ŧdf#120069: Do not crash changing background color in draw
[LibreOffice.git] / sd / CppunitTest_sd_misc_tests.mk
blob5566bd3a090bdc45bbbf1431ba76c1d283d07721
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_misc_tests))
14 $(eval $(call gb_CppunitTest_use_externals,sd_misc_tests,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,sd_misc_tests, \
20 sd/qa/unit/misc-tests \
23 $(eval $(call gb_CppunitTest_use_libraries,sd_misc_tests, \
24 $(call gb_Helper_optional,AVMEDIA,avmedia) \
25 basegfx \
26 canvastools \
27 comphelper \
28 cppcanvas \
29 cppu \
30 cppuhelper \
31 drawinglayer \
32 editeng \
33 for \
34 forui \
35 i18nlangtag \
36 i18nutil \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sd \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_set_include,sd_misc_tests,\
61 -I$(SRCDIR)/sd/inc \
62 -I$(SRCDIR)/sd/source/ui/inc \
63 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_sdk_api,sd_misc_tests))
69 $(eval $(call gb_CppunitTest_use_externals,sd_misc_tests,\
70 boost_headers \
73 $(eval $(call gb_CppunitTest_use_ure,sd_misc_tests))
74 $(eval $(call gb_CppunitTest_use_vcl,sd_misc_tests))
76 $(eval $(call gb_CppunitTest_use_components,sd_misc_tests,\
77 animations/source/animcore/animcore \
78 basic/util/sb \
79 chart2/source/chartcore \
80 chart2/source/controller/chartcontroller \
81 comphelper/util/comphelp \
82 configmgr/source/configmgr \
83 dbaccess/util/dba \
84 desktop/source/deployment/deployment \
85 embeddedobj/util/embobj \
86 filter/source/config/cache/filterconfig1 \
87 filter/source/odfflatxml/odfflatxml \
88 filter/source/svg/svgfilter \
89 filter/source/xmlfilteradaptor/xmlfa \
90 filter/source/xmlfilterdetect/xmlfd \
91 forms/util/frm \
92 framework/util/fwk \
93 i18npool/util/i18npool \
94 linguistic/source/lng \
95 oox/util/oox \
96 package/source/xstor/xstor \
97 package/util/package2 \
98 sax/source/expatwrap/expwrap \
99 sd/util/sd \
100 sd/util/sdfilt \
101 sd/util/sdd \
102 sfx2/util/sfx \
103 sot/util/sot \
104 svl/source/fsstor/fsstorage \
105 svtools/util/svt \
106 toolkit/util/tk \
107 ucb/source/core/ucb1 \
108 ucb/source/ucp/expand/ucpexpand1 \
109 ucb/source/ucp/file/ucpfile1 \
110 ucb/source/ucp/package/ucppkg1 \
111 ucb/source/ucp/tdoc/ucptdoc1 \
112 unotools/util/utl \
113 unoxml/source/rdf/unordf \
114 unoxml/source/service/unoxml \
115 uui/util/uui \
116 vcl/vcl.common \
117 xmloff/util/xo \
118 xmlsecurity/util/xmlsecurity \
121 $(eval $(call gb_CppunitTest_use_configuration,sd_misc_tests))
123 # vim: set noet sw=4 ts=4: