Fix typo
[LibreOffice.git] / basic / CppunitTest_basic_macros.mk
blobc2c1eb5b7a046c1652e0021407c23ac99ece711b
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_compiler_checks \
19 basic/qa/cppunit/test_language_conditionals \
20 basic/qa/cppunit/test_nested_struct \
21 basic/qa/cppunit/test_vba \
22 basic/qa/cppunit/test_global_as_new \
25 $(eval $(call gb_CppunitTest_use_libraries,basic_macros, \
26 comphelper \
27 cppu \
28 cppuhelper \
29 i18nlangtag \
30 sal \
31 salhelper \
32 sb \
33 sot \
34 svl \
35 svt \
36 test \
37 tl \
38 unotest \
39 utl \
40 vcl \
41 xmlscript \
44 ifeq ($(OS),WNT)
45 $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_macros, \
46 oleaut32 \
47 legacy_stdio_definitions \
48 odbc32 \
49 odbccp32 \
51 endif
53 $(eval $(call gb_CppunitTest_use_api,basic_macros,\
54 offapi \
55 udkapi \
56 oovbaapi \
59 $(eval $(call gb_CppunitTest_use_ure,basic_macros))
60 $(eval $(call gb_CppunitTest_use_vcl,basic_macros))
62 $(eval $(call gb_CppunitTest_use_components,basic_macros,\
63 configmgr/source/configmgr \
64 i18npool/util/i18npool \
65 ucb/source/core/ucb1 \
66 ucb/source/ucp/file/ucpfile1 \
67 $(if $(filter $(OS),WNT), \
68 extensions/source/ole/oleautobridge) \
70 $(eval $(call gb_CppunitTest_use_configuration,basic_macros))
72 # vim: set noet sw=4 ts=4: