office-gobmx/sw/CppunitTest_sw_swdoc_test.mk

121 lines
3.3 KiB
Makefile
Raw Normal View History

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2011-06-10 15:19:45 -05:00
#*************************************************************************
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com>
# (initial developer)
#
# All Rights Reserved.
2011-06-10 15:19:45 -05:00
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
#*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_swdoc_test))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_swdoc_test, \
sw/qa/core/swdoc-test \
2011-06-13 07:09:44 -05:00
sw/qa/core/Test-BigPtrArray \
2011-06-10 15:19:45 -05:00
))
$(eval $(call gb_CppunitTest_add_library_objects,sw_swdoc_test,sw))
$(eval $(call gb_CppunitTest_add_linked_libs,sw_swdoc_test, \
avmedia \
basegfx \
comphelper \
cppu \
cppuhelper \
drawinglayer \
editeng \
i18nisolang1 \
i18nutil \
lng \
oox \
2011-06-10 15:19:45 -05:00
sal \
salhelper \
sax \
2011-06-10 15:19:45 -05:00
sb \
sfx \
sot \
svl \
svt \
svx \
svxcore \
swd \
test \
2011-06-10 15:19:45 -05:00
tk \
tl \
ucbhelper \
utl \
vbahelper \
vcl \
xo \
$(gb_STDLIBS) \
))
2011-07-24 17:08:10 -05:00
$(eval $(call gb_CppunitTest_use_externals,sw_swdoc_test,\
icuuc \
libxml2 \
))
2011-06-10 15:19:45 -05:00
$(eval $(call gb_CppunitTest_set_include,sw_swdoc_test,\
-I$(SRCDIR)/sw/source/ui/inc \
-I$(SRCDIR)/sw/inc \
2011-06-10 15:19:45 -05:00
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_add_api,sw_swdoc_test,\
offapi \
udkapi \
))
2011-06-10 15:19:45 -05:00
$(eval $(call gb_CppunitTest_uses_ure,sw_swdoc_test))
$(eval $(call gb_CppunitTest_add_type_rdbs,sw_swdoc_test,\
types \
))
$(eval $(call gb_CppunitTest_add_components,sw_swdoc_test,\
comphelper/util/comphelp \
configmgr/source/configmgr \
fileaccess/source/fileacc \
framework/util/fwk \
i18npool/util/i18npool \
sfx2/util/sfx \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
unoxml/source/service/unoxml \
2011-06-10 15:19:45 -05:00
))
$(eval $(call gb_CppunitTest_set_args,sw_swdoc_test,\
--headless \
2011-07-01 08:47:56 -05:00
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
2011-11-11 15:48:37 -06:00
"-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
2011-06-10 15:19:45 -05:00
))
# we need to explicitly depend on the sw resource files needed at unit-test
# runtime
$(call gb_CppunitTest_get_target,sw_swdoc_test) : \
$(WORKDIR)/AllLangRes/sw \
$(call gb_AllLangResTarget_get_target,sw) \
$(call gb_Library_get_target,localedata_en) \
# vim: set noet sw=4 ts=4: