summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-08-02 11:18:52 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-08-02 16:10:39 +0200
commitee24f1680bc48d62e03221014af642b3cb8923d8 (patch)
tree8e09fcea80e14d4c270735c1beb5244b60ee6451 /basic
parent5831d5f03a5ea5b89984574ffe436f38500726da (diff)
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 <mike.kaganski@collabora.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/CppunitTest_basic_macros.mk11
1 files changed, 2 insertions, 9 deletions
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: