2011-08-09 12:12:48 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-04-05 04:50:53 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-04-05 04:50:53 -05:00
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-04-05 04:50:53 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,sc_ucalc))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc, \
|
|
|
|
sc/qa/unit/ucalc \
|
2014-02-03 10:47:10 -06:00
|
|
|
sc/qa/unit/ucalc_column \
|
2013-07-15 17:58:31 -05:00
|
|
|
sc/qa/unit/ucalc_formula \
|
2013-07-11 11:27:38 -05:00
|
|
|
sc/qa/unit/ucalc_pivottable \
|
2013-07-08 17:28:43 -05:00
|
|
|
sc/qa/unit/ucalc_sharedformula \
|
2011-04-05 04:50:53 -05:00
|
|
|
))
|
|
|
|
|
2013-07-09 16:52:56 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc, \
|
|
|
|
sc \
|
|
|
|
scqahelper \
|
|
|
|
))
|
2012-04-19 07:25:54 -05:00
|
|
|
|
2012-03-23 11:01:00 -05:00
|
|
|
ifeq ($(ENABLE_TELEPATHY),TRUE)
|
2012-07-30 04:49:10 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,sc_ucalc,tubes))
|
2012-03-23 11:01:00 -05:00
|
|
|
endif
|
|
|
|
|
2012-07-27 21:14:39 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\
|
2013-01-26 14:19:13 -06:00
|
|
|
boost_headers \
|
2012-10-10 01:08:12 -05:00
|
|
|
icu_headers \
|
|
|
|
icui18n \
|
|
|
|
icuuc \
|
2013-06-15 18:19:22 -05:00
|
|
|
libxml2 \
|
|
|
|
mdds_headers \
|
|
|
|
orcus \
|
|
|
|
orcus-parser \
|
2012-07-27 21:14:39 -05:00
|
|
|
))
|
|
|
|
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \
|
2014-04-17 16:05:44 -05:00
|
|
|
$(call gb_Helper_optional,AVMEDIA,avmedia) \
|
2011-04-05 04:50:53 -05:00
|
|
|
basegfx \
|
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
drawinglayer \
|
|
|
|
editeng \
|
|
|
|
for \
|
|
|
|
forui \
|
2013-04-05 11:40:39 -05:00
|
|
|
i18nlangtag \
|
2014-01-20 07:55:03 -06:00
|
|
|
i18nutil \
|
2011-04-05 04:50:53 -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-04-05 04:50:53 -05:00
|
|
|
sb \
|
|
|
|
sfx \
|
|
|
|
sot \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
2011-09-28 09:32:14 -05:00
|
|
|
test \
|
2011-04-05 04:50:53 -05:00
|
|
|
tk \
|
|
|
|
tl \
|
|
|
|
ucbhelper \
|
2013-07-09 16:52:56 -05:00
|
|
|
unotest \
|
2011-04-05 04:50:53 -05:00
|
|
|
utl \
|
|
|
|
vbahelper \
|
|
|
|
vcl \
|
2014-05-07 15:06:11 -05:00
|
|
|
vclopengl \
|
2011-04-05 04:50:53 -05:00
|
|
|
xo \
|
2012-09-26 16:45:28 -05:00
|
|
|
$(gb_UWINAPI) \
|
2011-04-05 04:50:53 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_set_include,sc_ucalc,\
|
2012-03-05 12:02:10 -06:00
|
|
|
-I$(SRCDIR)/sc/source/ui/inc \
|
2012-05-30 22:50:17 -05:00
|
|
|
-I$(SRCDIR)/sc/source/core/inc \
|
2012-03-05 12:02:10 -06:00
|
|
|
-I$(SRCDIR)/sc/inc \
|
2011-04-05 04:50:53 -05:00
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|
|
|
|
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_api,sc_ucalc,\
|
2011-05-30 11:47:52 -05:00
|
|
|
offapi \
|
|
|
|
udkapi \
|
|
|
|
))
|
|
|
|
|
2012-04-08 08:17:45 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_ure,sc_ucalc))
|
2014-06-04 01:45:54 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_vcl,sc_ucalc))
|
2012-04-08 08:12:18 -05:00
|
|
|
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
|
2011-12-14 03:41:19 -06:00
|
|
|
configmgr/source/configmgr \
|
2011-11-11 03:01:19 -06:00
|
|
|
framework/util/fwk \
|
|
|
|
i18npool/util/i18npool \
|
2013-06-20 22:58:46 -05:00
|
|
|
i18npool/source/search/i18nsearch \
|
2013-01-14 15:06:24 -06:00
|
|
|
sax/source/expatwrap/expwrap \
|
2011-11-11 03:01:19 -06:00
|
|
|
sfx2/util/sfx \
|
2012-01-14 19:59:40 -06:00
|
|
|
ucb/source/core/ucb1 \
|
|
|
|
ucb/source/ucp/file/ucpfile1 \
|
2011-11-11 03:01:19 -06:00
|
|
|
unoxml/source/service/unoxml \
|
2012-10-02 08:03:12 -05:00
|
|
|
uui/util/uui \
|
2014-04-11 19:35:48 -05:00
|
|
|
scaddins/source/analysis/analysis \
|
|
|
|
scaddins/source/datefunc/date \
|
|
|
|
scaddins/source/pricing/pricing \
|
2011-11-11 03:01:19 -06:00
|
|
|
))
|
|
|
|
|
2012-04-08 06:40:35 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,sc_ucalc))
|
2011-04-24 02:35:45 -05:00
|
|
|
|
2011-07-30 15:01:11 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|