basic/CppunitTest_basic_macros.mk | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-)
New commits: commit ee24f1680bc48d62e03221014af642b3cb8923d8 Author: Mike Kaganski <[email protected]> AuthorDate: Wed Aug 2 11:18:52 2023 +0300 Commit: Mike Kaganski <[email protected]> CommitDate: Wed Aug 2 16:10:39 2023 +0200 Replace separate components list with 'gb_CppunitTest_use_rdb' Change-Id: Iab1556d0f32707edb52c3cae7c1443a1eaf3b57b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155213 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/basic/CppunitTest_basic_macros.mk b/basic/CppunitTest_basic_macros.mk index a7406efca03e..9d8050e7b4e5 100644 --- a/basic/CppunitTest_basic_macros.mk +++ b/basic/CppunitTest_basic_macros.mk @@ -56,15 +56,8 @@ $(eval $(call gb_CppunitTest_use_api,basic_macros,\ $(eval $(call gb_CppunitTest_use_ure,basic_macros)) $(eval $(call gb_CppunitTest_use_vcl,basic_macros)) -$(eval $(call gb_CppunitTest_use_components,basic_macros,\ - configmgr/source/configmgr \ - i18npool/source/search/i18nsearch \ - i18npool/util/i18npool \ - ucb/source/core/ucb1 \ - ucb/source/ucp/file/ucpfile1 \ - $(if $(filter $(OS),WNT), \ - extensions/source/ole/oleautobridge) \ -)) +$(eval $(call gb_CppunitTest_use_rdb,basic_macros,services)) + $(eval $(call gb_CppunitTest_use_configuration,basic_macros)) # vim: set noet sw=4 ts=4:
