Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / basic / CppunitTest_basic_macros.mk
blob0ca767e1ddba4366dbad5d94fce9d4081583b3be
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_use_external,basic_macros,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,basic_macros, \
15 basic/qa/cppunit/basictest \
16 basic/qa/cppunit/basic_coverage \
17 basic/qa/cppunit/test_append \
18 basic/qa/cppunit/test_language_conditionals \
19 basic/qa/cppunit/test_nested_struct \
20 basic/qa/cppunit/test_vba \
23 $(eval $(call gb_CppunitTest_use_libraries,basic_macros, \
24 comphelper \
25 cppu \
26 cppuhelper \
27 i18nlangtag \
28 sal \
29 salhelper \
30 sb \
31 sot \
32 svl \
33 svt \
34 test \
35 tl \
36 unotest \
37 utl \
38 vcl \
39 xmlscript \
42 ifeq ($(OS),WNT)
43 $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_macros, \
44 oleaut32 \
45 $(if $(filter 150 160,$(VCVER)),legacy_stdio_definitions) \
46 odbc32 \
47 odbccp32 \
49 endif
51 $(eval $(call gb_CppunitTest_use_api,basic_macros,\
52 offapi \
53 udkapi \
54 oovbaapi \
57 $(eval $(call gb_CppunitTest_use_ure,basic_macros))
58 $(eval $(call gb_CppunitTest_use_vcl,basic_macros))
60 $(eval $(call gb_CppunitTest_use_components,basic_macros,\
61 configmgr/source/configmgr \
62 i18npool/util/i18npool \
63 ucb/source/core/ucb1 \
64 ucb/source/ucp/file/ucpfile1 \
65 $(if $(filter $(OS),WNT), \
66 extensions/source/ole/oleautobridge) \
68 $(eval $(call gb_CppunitTest_use_configuration,basic_macros))
70 # vim: set noet sw=4 ts=4: