2013-09-10 10:28:03 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#*************************************************************************
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# 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/.
|
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,configmgr_unit))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,configmgr_unit, \
|
|
|
|
configmgr/qa/unit/test \
|
|
|
|
))
|
|
|
|
|
2014-10-24 06:20:43 -05:00
|
|
|
$(eval $(call gb_CppunitTest_set_componentfile,configmgr_unit,configmgr/source/configmgr))
|
|
|
|
|
2013-09-10 10:28:03 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_library_objects,configmgr_unit,configmgr))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_use_sdk_api,configmgr_unit,))
|
|
|
|
|
2015-10-05 12:08:02 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_custom_headers,configmgr_unit,\
|
|
|
|
officecfg/registry \
|
|
|
|
))
|
|
|
|
|
2013-09-10 10:56:18 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,configmgr_unit, \
|
2013-09-10 10:28:03 -05:00
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
sal \
|
|
|
|
salhelper \
|
|
|
|
test \
|
2019-06-14 02:32:27 -05:00
|
|
|
tl \
|
2013-09-10 10:28:03 -05:00
|
|
|
unotest \
|
|
|
|
xmlreader \
|
|
|
|
i18nlangtag \
|
|
|
|
))
|
|
|
|
|
2013-09-10 11:50:02 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_ure,configmgr_unit))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,configmgr_unit))
|
|
|
|
|
2013-09-10 10:28:03 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_components,configmgr_unit,\
|
|
|
|
i18npool/util/i18npool \
|
|
|
|
i18npool/source/search/i18nsearch \
|
|
|
|
sax/source/expatwrap/expwrap \
|
|
|
|
ucb/source/core/ucb1 \
|
|
|
|
ucb/source/ucp/file/ucpfile1 \
|
|
|
|
unoxml/source/service/unoxml \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\
|
2015-02-16 07:15:31 -06:00
|
|
|
boost_headers \
|
2015-07-08 04:20:19 -05:00
|
|
|
dconf \
|
2013-09-10 10:28:03 -05:00
|
|
|
icu_headers \
|
|
|
|
))
|