1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
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/.
10 #*************************************************************************
12 $(eval
$(call gb_CppunitTest_CppunitTest
,sw_uwriter
))
14 $(eval
$(call gb_CppunitTest_add_exception_objects
,sw_uwriter
, \
16 sw
/qa
/core
/Test-BigPtrArray \
17 sw
/qa
/core
/test_ToxWhitespaceStripper \
18 sw
/qa
/core
/test_ToxLinkProcessor \
19 sw
/qa
/core
/test_ToxTextGenerator \
20 sw
/qa
/core
/test_ToxMiscTest \
23 $(eval
$(call gb_CppunitTest_use_library_objects
,sw_uwriter
,sw
))
25 $(eval
$(call gb_CppunitTest_use_libraries
,sw_uwriter
, \
26 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
31 $(call gb_Helper_optional
,DBCONNECTIVITY
, \
63 $(eval
$(call gb_CppunitTest_use_externals
,sw_uwriter
,\
69 $(eval
$(call gb_CppunitTest_set_include
,sw_uwriter
,\
70 -I
$(SRCDIR
)/sw
/source
/core
/inc \
75 $(eval
$(call gb_CppunitTest_use_sdk_api
,sw_uwriter
))
77 $(eval
$(call gb_CppunitTest_use_ure
,sw_uwriter
))
78 $(eval
$(call gb_CppunitTest_use_vcl
,sw_uwriter
))
80 $(eval
$(call gb_CppunitTest_use_components
,sw_uwriter
,\
81 comphelper
/util
/comphelp \
82 configmgr
/source
/configmgr \
84 i18npool
/util
/i18npool \
85 package
/util
/package2 \
86 package
/source
/xstor
/xstor \
88 ucb
/source
/core
/ucb1 \
89 ucb
/source
/ucp
/file
/ucpfile1 \
91 unoxml
/source
/service
/unoxml \
95 $(eval
$(call gb_CppunitTest_use_configuration
,sw_uwriter
))
97 # vim: set noet sw=4 ts=4: