LOK: tilebench improvements
[LibreOffice.git] / sc / CppunitTest_sc_chart_regression_test.mk
blob1a00137c0a8571097e40b2d6941afc6d16263b54
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,sc_chart_regression_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_chart_regression_test, \
13 sc/qa/extras/regression-test \
16 $(eval $(call gb_CppunitTest_use_libraries,sc_chart_regression_test, \
17 basegfx \
18 comphelper \
19 cppu \
20 cppuhelper \
21 drawinglayer \
22 editeng \
23 for \
24 forui \
25 i18nlangtag \
26 msfilter \
27 oox \
28 sal \
29 salhelper \
30 sax \
31 sb \
32 sc \
33 sfx \
34 sot \
35 subsequenttest \
36 svl \
37 svt \
38 svx \
39 svxcore \
40 test \
41 tk \
42 tl \
43 ucbhelper \
44 unotest \
45 utl \
46 vbahelper \
47 vcl \
48 xo \
51 $(eval $(call gb_CppunitTest_set_include,sc_chart_regression_test,\
52 -I$(SRCDIR)/sc/source/ui/inc \
53 -I$(SRCDIR)/sc/inc \
54 $$(INCLUDE) \
57 $(eval $(call gb_CppunitTest_use_api,sc_chart_regression_test,\
58 offapi \
59 oovbaapi \
60 udkapi \
63 $(eval $(call gb_CppunitTest_use_ure,sc_chart_regression_test))
65 $(eval $(call gb_CppunitTest_use_components,sc_chart_regression_test,\
66 basic/util/sb \
67 chart2/source/chartcore \
68 chart2/source/controller/chartcontroller \
69 comphelper/util/comphelp \
70 configmgr/source/configmgr \
71 dbaccess/util/dba \
72 embeddedobj/util/embobj \
73 eventattacher/source/evtatt \
74 filter/source/config/cache/filterconfig1 \
75 forms/util/frm \
76 framework/util/fwk \
77 i18npool/util/i18npool \
78 linguistic/source/lng \
79 oox/util/oox \
80 package/source/xstor/xstor \
81 package/util/package2 \
82 sax/source/expatwrap/expwrap \
83 scaddins/source/analysis/analysis \
84 scaddins/source/datefunc/date \
85 scripting/source/basprov/basprov \
86 scripting/util/scriptframe \
87 sc/util/sc \
88 sc/util/scd \
89 sc/util/scfilt \
90 $(call gb_Helper_optional,SCRIPTING, \
91 sc/util/vbaobj) \
92 sfx2/util/sfx \
93 sot/util/sot \
94 svl/source/fsstor/fsstorage \
95 svl/util/svl \
96 svx/util/svx \
97 svx/util/svxcore \
98 toolkit/util/tk \
99 ucb/source/core/ucb1 \
100 ucb/source/ucp/file/ucpfile1 \
101 ucb/source/ucp/tdoc/ucptdoc1 \
102 unotools/util/utl \
103 unoxml/source/rdf/unordf \
104 unoxml/source/service/unoxml \
105 xmloff/util/xo \
108 $(eval $(call gb_CppunitTest_use_configuration,sc_chart_regression_test))
110 $(eval $(call gb_CppunitTest_use_external,sc_chart_regression_test,libxml2))
112 # vim: set noet sw=4 ts=4: