2011-08-09 12:12:48 -05:00
|
|
|
# -*- 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):
|
2011-12-06 15:15:10 -06:00
|
|
|
# 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 \
|
2011-11-15 06:47:36 -06:00
|
|
|
oox \
|
2011-06-10 15:19:45 -05:00
|
|
|
sal \
|
|
|
|
salhelper \
|
#i108468#: clean up xmluconv code duplication, part 1:
move convertNumber64 from SvXMLUnitConverter to sax::converter.
remove duplicate methods from SvXMLUnitConverter:
convertBool, convertPercent, convertColor, convertNumber, convertDouble,
indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars,
clearUndefinedChars
2011-10-11 07:19:00 -05:00
|
|
|
sax \
|
2011-06-10 15:19:45 -05:00
|
|
|
sb \
|
|
|
|
sfx \
|
|
|
|
sot \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
|
|
|
swd \
|
2011-09-28 09:09:00 -05:00
|
|
|
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,\
|
2012-03-05 12:02:10 -06:00
|
|
|
-I$(SRCDIR)/sw/source/ui/inc \
|
|
|
|
-I$(SRCDIR)/sw/inc \
|
2011-06-10 15:19:45 -05:00
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|
|
|
|
|
2011-06-18 00:04:45 -05:00
|
|
|
$(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 \
|
|
|
|
))
|
|
|
|
|
2011-11-11 03:01:19 -06:00
|
|
|
$(eval $(call gb_CppunitTest_add_components,sw_swdoc_test,\
|
2012-01-14 19:59:40 -06:00
|
|
|
comphelper/util/comphelp \
|
2011-12-14 03:41:19 -06:00
|
|
|
configmgr/source/configmgr \
|
2011-11-11 03:01:19 -06:00
|
|
|
fileaccess/source/fileacc \
|
2012-01-14 19:59:40 -06:00
|
|
|
framework/util/fwk \
|
2011-11-11 03:01:19 -06:00
|
|
|
i18npool/util/i18npool \
|
2012-01-14 19:59:40 -06:00
|
|
|
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
|
|
|
))
|
|
|
|
|
2011-07-10 17:10:14 -05:00
|
|
|
# we need to explicitly depend on the sw resource files needed at unit-test
|
|
|
|
# runtime
|
2011-12-19 06:59:10 -06:00
|
|
|
$(call gb_CppunitTest_get_target,sw_swdoc_test) : \
|
|
|
|
$(WORKDIR)/AllLangRes/sw \
|
|
|
|
$(call gb_AllLangResTarget_get_target,sw) \
|
|
|
|
$(call gb_Library_get_target,localedata_en) \
|
2011-07-10 17:10:14 -05:00
|
|
|
|
2011-07-30 15:03:51 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|