Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / sc / CppunitTest_sc_chart_regression_test.mk
blobc45aa69857b401e75f7473015a17b1c5e61dd6c1
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_CppunitTest_CppunitTest,sc_chart_regression_test))
30 $(eval $(call gb_CppunitTest_add_exception_objects,sc_chart_regression_test, \
31 sc/qa/extras/regression-test \
34 $(eval $(call gb_CppunitTest_use_libraries,sc_chart_regression_test, \
35 avmedia \
36 basegfx \
37 comphelper \
38 cppu \
39 cppuhelper \
40 drawinglayer \
41 editeng \
42 fileacc \
43 for \
44 forui \
45 i18nisolang1 \
46 msfilter \
47 oox \
48 sal \
49 salhelper \
50 sax \
51 sb \
52 sc \
53 sfx \
54 sot \
55 svl \
56 svt \
57 svx \
58 svxcore \
59 test \
60 tl \
61 tk \
62 ucbhelper \
63 unotest \
64 utl \
65 vbahelper \
66 vcl \
67 xo \
68 $(gb_UWINAPI) \
71 $(eval $(call gb_CppunitTest_set_include,sc_chart_regression_test,\
72 -I$(SRCDIR)/sc/source/ui/inc \
73 -I$(SRCDIR)/sc/inc \
74 $$(INCLUDE) \
77 $(eval $(call gb_CppunitTest_use_api,sc_chart_regression_test,\
78 offapi \
79 oovbaapi \
80 udkapi \
83 $(eval $(call gb_CppunitTest_use_ure,sc_chart_regression_test))
85 $(eval $(call gb_CppunitTest_use_components,sc_chart_regression_test,\
86 basic/util/sb \
87 chart2/source/controller/chartcontroller \
88 chart2/source/chartcore \
89 comphelper/util/comphelp \
90 configmgr/source/configmgr \
91 dbaccess/util/dba \
92 embeddedobj/util/embobj \
93 eventattacher/source/evtatt \
94 fileaccess/source/fileacc \
95 filter/source/config/cache/filterconfig1 \
96 forms/util/frm \
97 framework/util/fwk \
98 i18npool/util/i18npool \
99 oox/util/oox \
100 package/source/xstor/xstor \
101 package/util/package2 \
102 sax/source/expatwrap/expwrap \
103 sax/source/fastparser/fastsax \
104 sc/util/sc \
105 sc/util/scd \
106 sc/util/scfilt \
107 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
108 sc/util/vbaobj) \
109 scaddins/source/analysis/analysis \
110 scaddins/source/datefunc/date \
111 scripting/source/basprov/basprov \
112 scripting/util/scriptframe \
113 sfx2/util/sfx \
114 sot/util/sot \
115 svl/source/fsstor/fsstorage \
116 svl/util/svl \
117 svx/util/svx \
118 toolkit/util/tk \
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 xmloff/util/xo \
128 $(eval $(call gb_CppunitTest_use_configuration,sc_chart_regression_test))
130 $(eval $(call gb_CppunitTest_use_filter_configuration,sc_chart_regression_test))
132 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_chart_regression_test))
134 $(eval $(call gb_CppunitTest_use_external,sc_chart_regression_test,libxml2))
136 # vim: set noet sw=4 ts=4: