tdf#155685 sw: fix another ExtendedSelectAll Redo crash w table at end
[LibreOffice.git] / chart2 / CppunitTest_chart2_geometry.mk
blob1b31bf9d7269cb512c3ecfdff24c694c45f57926
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,chart2_geometry))
14 $(eval $(call gb_CppunitTest_use_externals,chart2_geometry, \
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_geometry, \
20 chart2/qa/extras/chart2geometry \
23 $(eval $(call gb_CppunitTest_use_libraries,chart2_geometry, \
24 $(call gb_Helper_optional,AVMEDIA,avmedia) \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 sw \
42 sd \
43 sfx \
44 sot \
45 subsequenttest \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 $(call gb_Helper_optional,SCRIPTING, \
57 vbahelper) \
58 vcl \
59 xo \
62 $(eval $(call gb_CppunitTest_set_include,chart2_geometry,\
63 -I$(SRCDIR)/chart2/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_sdk_api,chart2_geometry))
69 $(eval $(call gb_CppunitTest_use_ure,chart2_geometry))
70 $(eval $(call gb_CppunitTest_use_vcl,chart2_geometry))
72 $(eval $(call gb_CppunitTest_use_components,chart2_geometry,\
73 basic/util/sb \
74 animations/source/animcore/animcore \
75 chart2/source/controller/chartcontroller \
76 chart2/source/chartcore \
77 comphelper/util/comphelp \
78 configmgr/source/configmgr \
79 dbaccess/util/dba \
80 embeddedobj/util/embobj \
81 emfio/emfio \
82 eventattacher/source/evtatt \
83 filter/source/config/cache/filterconfig1 \
84 filter/source/odfflatxml/odfflatxml \
85 filter/source/storagefilterdetect/storagefd \
86 filter/source/xmlfilteradaptor/xmlfa \
87 filter/source/xmlfilterdetect/xmlfd \
88 forms/util/frm \
89 framework/util/fwk \
90 i18npool/util/i18npool \
91 linguistic/source/lng \
92 oox/util/oox \
93 package/source/xstor/xstor \
94 package/util/package2 \
95 sax/source/expatwrap/expwrap \
96 sc/util/sc \
97 sc/util/scd \
98 sc/util/scfilt \
99 sw/util/sw \
100 sw/util/swd \
101 sw/util/msword \
102 sd/util/sd \
103 sd/util/sdd \
104 $(call gb_Helper_optional,SCRIPTING, \
105 sc/util/vbaobj) \
106 scaddins/source/analysis/analysis \
107 scaddins/source/datefunc/date \
108 scripting/source/basprov/basprov \
109 scripting/util/scriptframe \
110 sfx2/util/sfx \
111 sot/util/sot \
112 svl/source/fsstor/fsstorage \
113 svl/util/svl \
114 svtools/util/svt \
115 svx/util/svx \
116 svx/util/svxcore \
117 toolkit/util/tk \
118 vcl/vcl.common \
119 ucb/source/core/ucb1 \
120 ucb/source/ucp/file/ucpfile1 \
121 ucb/source/ucp/tdoc/ucptdoc1 \
122 unotools/util/utl \
123 unoxml/source/rdf/unordf \
124 unoxml/source/service/unoxml \
125 uui/util/uui \
126 writerfilter/util/writerfilter \
127 xmloff/util/xo \
128 xmlscript/util/xmlscript \
131 $(eval $(call gb_CppunitTest_use_uiconfigs,chart2_geometry, \
132 modules/swriter \
135 $(eval $(call gb_CppunitTest_use_configuration,chart2_geometry))
137 $(eval $(call gb_CppunitTest_add_arguments,chart2_geometry, \
138 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
141 $(call gb_CppunitTest_get_target,chart2_geometry): $(call gb_Package_get_target,postprocess_images)
143 # vim: set noet sw=4 ts=4: