summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_filters_test.mk
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-03-08 13:45:42 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2019-03-08 15:21:09 +0100
commit9da838d481a41a2dc69dcf2eecefd637e7228389 (patch)
tree71d9d676e867f5d5656d043694d4ad5ba5d493fb /sd/CppunitTest_sd_filters_test.mk
parent4cfbdd47a87b00ee4f66752669dc26c078f94721 (diff)
sd: replace long lists of components with services.rdb
CppunitTest_sd_import_tests actually fails with services.rdb and CppunitTest_sd_misc_tests crashes :( Change-Id: If11b658b139d85a2563768a11dd6979b721f3a92 Reviewed-on: https://gerrit.libreoffice.org/68918 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sd/CppunitTest_sd_filters_test.mk')
-rw-r--r--sd/CppunitTest_sd_filters_test.mk34
1 files changed, 1 insertions, 33 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk
index 430b31c39e0d..0fae2d43248a 100644
--- a/sd/CppunitTest_sd_filters_test.mk
+++ b/sd/CppunitTest_sd_filters_test.mk
@@ -65,39 +65,7 @@ $(eval $(call gb_CppunitTest_use_sdk_api,sd_filters_test))
$(eval $(call gb_CppunitTest_use_ure,sd_filters_test))
$(eval $(call gb_CppunitTest_use_vcl,sd_filters_test))
-$(eval $(call gb_CppunitTest_use_components,sd_filters_test,\
- animations/source/animcore/animcore \
- basic/util/sb \
- comphelper/util/comphelp \
- configmgr/source/configmgr \
- dbaccess/util/dba \
- embeddedobj/util/embobj \
- emfio/emfio \
- filter/source/config/cache/filterconfig1 \
- framework/util/fwk \
- i18npool/util/i18npool \
- linguistic/source/lng \
- oox/util/oox \
- package/source/xstor/xstor \
- package/util/package2 \
- sax/source/expatwrap/expwrap \
- sd/util/sd \
- sd/util/sdfilt \
- sfx2/util/sfx \
- sot/util/sot \
- svtools/util/svt \
- svx/util/svx \
- toolkit/util/tk \
- ucb/source/core/ucb1 \
- ucb/source/ucp/file/ucpfile1 \
- ucb/source/ucp/tdoc/ucptdoc1 \
- unotools/util/utl \
- unoxml/source/rdf/unordf \
- unoxml/source/service/unoxml \
- uui/util/uui \
- vcl/vcl.common \
- xmloff/util/xo \
-))
+$(eval $(call gb_CppunitTest_use_rdb,sd_filters_test,services))
$(eval $(call gb_CppunitTest_use_configuration,sd_filters_test))