Related: tdf#149408 various crashes seen in redline panel
[LibreOffice.git] / extensions / CppunitTest_extensions_test_update.mk
blob02876aab74d539d695009501a30c17eed59d626e
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 $(eval $(call gb_CppunitTest_CppunitTest,extensions_test_update))
14 $(eval $(call gb_CppunitTest_add_exception_objects,extensions_test_update, \
15 extensions/qa/update/test_update \
18 $(eval $(call gb_CppunitTest_use_external,extensions_test_update,boost_headers))
20 $(eval $(call gb_CppunitTest_use_libraries,extensions_test_update, \
21 cppu \
22 cppuhelper \
23 sal \
24 salhelper \
25 test \
26 tl \
27 utl \
28 unotest \
29 vcl \
32 $(eval $(call gb_CppunitTest_use_library_objects,extensions_test_update, \
33 updchk \
36 ifeq ($(OS),WNT)
37 $(eval $(call gb_CppunitTest_use_system_win32_libs,extensions_test_update,\
38 shell32 \
39 ole32 \
40 wininet \
42 endif
44 $(eval $(call gb_CppunitTest_use_external,extensions_test_update,curl))
46 $(eval $(call gb_CppunitTest_set_include,extensions_test_update,\
47 $$(INCLUDE) \
48 -I$(SRCDIR)/extensions/inc \
51 $(eval $(call gb_CppunitTest_use_sdk_api,extensions_test_update))
53 $(eval $(call gb_CppunitTest_use_ure,extensions_test_update))
54 $(eval $(call gb_CppunitTest_use_vcl,extensions_test_update))
56 $(eval $(call gb_CppunitTest_use_components,extensions_test_update,\
57 configmgr/source/configmgr \
58 extensions/source/update/feed/updatefeed \
59 ucb/source/core/ucb1 \
60 ucb/source/ucp/file/ucpfile1 \
61 unoxml/source/service/unoxml \
64 $(eval $(call gb_CppunitTest_use_configuration,extensions_test_update))
66 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: