Avoid potential negative array index access to cached text.
[LibreOffice.git] / basic / CppunitTest_basic_macros.mk
blob9d8050e7b4e51129a516efeecbf6ce033fe096ae
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,basic_macros))
12 $(eval $(call gb_CppunitTest_add_exception_objects,basic_macros, \
13 basic/qa/cppunit/basictest \
14 basic/qa/cppunit/basic_coverage \
15 basic/qa/cppunit/test_append \
16 basic/qa/cppunit/test_compiler_checks \
17 basic/qa/cppunit/test_language_conditionals \
18 basic/qa/cppunit/test_nested_struct \
19 basic/qa/cppunit/test_vba \
20 basic/qa/cppunit/test_global_as_new \
21 basic/qa/cppunit/test_global_array \
24 $(eval $(call gb_CppunitTest_use_libraries,basic_macros, \
25 comphelper \
26 cppu \
27 cppuhelper \
28 i18nlangtag \
29 sal \
30 salhelper \
31 sb \
32 sot \
33 svl \
34 svt \
35 test \
36 tl \
37 unotest \
38 utl \
39 vcl \
40 xmlscript \
43 ifeq ($(OS),WNT)
44 $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_macros, \
45 oleaut32 \
46 odbc32 \
48 endif
50 $(eval $(call gb_CppunitTest_use_api,basic_macros,\
51 offapi \
52 udkapi \
53 oovbaapi \
56 $(eval $(call gb_CppunitTest_use_ure,basic_macros))
57 $(eval $(call gb_CppunitTest_use_vcl,basic_macros))
59 $(eval $(call gb_CppunitTest_use_rdb,basic_macros,services))
61 $(eval $(call gb_CppunitTest_use_configuration,basic_macros))
63 # vim: set noet sw=4 ts=4: