Avoid potential negative array index access to cached text.
[LibreOffice.git] / sc / CppunitTest_sc_uicalc2.mk
blobfbc467622f4077fe8a927527d2e3a2eeaa179ea3
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_uicalc2))
12 $(eval $(call gb_CppunitTest_use_externals,sc_uicalc2, \
13 boost_headers \
14 mdds_headers \
15 libxml2 \
18 $(eval $(call gb_CppunitTest_add_exception_objects,sc_uicalc2, \
19 sc/qa/unit/uicalc/uicalc2 \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_uicalc2, \
23 comphelper \
24 cppu \
25 cppuhelper \
26 editeng \
27 i18nlangtag \
28 sal \
29 sc \
30 scqahelper \
31 sfx \
32 subsequenttest \
33 svl \
34 svl \
35 svx \
36 svxcore \
37 test \
38 tl \
39 unotest \
40 utl \
41 vcl \
44 $(eval $(call gb_CppunitTest_set_include,sc_uicalc2,\
45 -I$(SRCDIR)/sc/source/ui/inc \
46 -I$(SRCDIR)/sc/inc \
47 $$(INCLUDE) \
50 $(eval $(call gb_CppunitTest_use_sdk_api,sc_uicalc2))
52 $(eval $(call gb_CppunitTest_use_ure,sc_uicalc2))
53 $(eval $(call gb_CppunitTest_use_vcl,sc_uicalc2))
55 $(eval $(call gb_CppunitTest_use_rdb,sc_uicalc2,services))
57 $(eval $(call gb_CppunitTest_use_configuration,sc_uicalc2))
59 $(eval $(call gb_CppunitTest_add_arguments,sc_uicalc2, \
60 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
63 # vim: set noet sw=4 ts=4: