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 \
19 $(eval
$(call gb_CppunitTest_use_library_objects
,sw_uwriter
,sw
))
21 $(eval
$(call gb_CppunitTest_use_libraries
,sw_uwriter
, \
56 $(eval
$(call gb_CppunitTest_use_externals
,sw_uwriter
,\
62 $(eval
$(call gb_CppunitTest_set_include
,sw_uwriter
,\
63 -I
$(SRCDIR
)/sw
/source
/ui
/inc \
64 -I
$(SRCDIR
)/sw
/source
/core
/inc \
69 $(eval
$(call gb_CppunitTest_use_api
,sw_uwriter
,\
74 $(eval
$(call gb_CppunitTest_use_ure
,sw_uwriter
))
76 $(eval
$(call gb_CppunitTest_use_components
,sw_uwriter
,\
77 comphelper
/util
/comphelp \
78 configmgr
/source
/configmgr \
79 fileaccess
/source
/fileacc \
81 i18npool
/util
/i18npool \
82 package
/util
/package2 \
83 package
/source
/xstor
/xstor \
85 ucb
/source
/core
/ucb1 \
86 ucb
/source
/ucp
/file
/ucpfile1 \
88 unoxml
/source
/service
/unoxml \
91 $(eval
$(call gb_CppunitTest_use_configuration
,sw_uwriter
))
93 # vim: set noet sw=4 ts=4: