From cab04bc39b5164ea74216cd849c3af5f5b298f79 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 11 Mar 2018 23:45:38 +0900 Subject: extract common components to one place for sc unoapi tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The declared components in a test of uno api don't change much or at all, so instead of duplicating this in every test, define it in a common file use when needed. Some more common things could be extracted in a similar way. Change-Id: I07ae641afca55ffaf3c5c93624bfaa2143590886 Reviewed-on: https://gerrit.libreoffice.org/51079 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- sc/CppunitTest_sc_autoformatobj.mk | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) (limited to 'sc/CppunitTest_sc_autoformatobj.mk') diff --git a/sc/CppunitTest_sc_autoformatobj.mk b/sc/CppunitTest_sc_autoformatobj.mk index adad0b9122f7..cbfbed58edfe 100644 --- a/sc/CppunitTest_sc_autoformatobj.mk +++ b/sc/CppunitTest_sc_autoformatobj.mk @@ -64,41 +64,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_autoformatobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_autoformatobj)) $(eval $(call gb_CppunitTest_use_components,sc_autoformatobj,\ - basic/util/sb \ - comphelper/util/comphelp \ - configmgr/source/configmgr \ - dbaccess/util/dba \ - filter/source/config/cache/filterconfig1 \ - filter/source/storagefilterdetect/storagefd \ - forms/util/frm \ - framework/util/fwk \ - i18npool/util/i18npool \ - linguistic/source/lng \ - oox/util/oox \ - package/source/xstor/xstor \ - package/util/package2 \ - sax/source/expatwrap/expwrap \ - scripting/source/basprov/basprov \ - scripting/util/scriptframe \ - sc/util/sc \ - sc/util/scd \ - sc/util/scfilt \ - $(call gb_Helper_optional,SCRIPTING, \ - sc/util/vbaobj) \ - sfx2/util/sfx \ - sot/util/sot \ - svl/source/fsstor/fsstorage \ - 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 \ - svtools/util/svt \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_autoformatobj)) -- cgit