diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-07 10:27:03 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-07 18:08:21 +0100 |
commit | 4f25551df39c0272f19250e41969e819d9941cdb (patch) | |
tree | ed178de8e5cd3fb5cc2b40184a1565e158dd4573 /sc/CppunitTest_sc_functionlistobj.mk | |
parent | ae372725fedcd688aa3535b243a0c93af33d4689 (diff) |
sc: factor out common code in make files
I had to rename some .cxx files to follow the same patterns.
The renaming cause clang-format to be triggered for
those files
CppunitTest_sc_functionlistobj fails with
xindexaccess.cxx:26:Assertion
Test name: sc_apitest::ScFunctionListObj::testGetCount
equality assertion failed
- Expected: 395
- Actual : 508
if it doesn't use gb_CppunitTest_use_components
Change-Id: I7c929512bbf05293118bc54b343a59c8bbee5538
Change-Id: I21971773f1e2d4bc7a6f33e4c392b20abf8d54de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142387
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/CppunitTest_sc_functionlistobj.mk')
-rw-r--r-- | sc/CppunitTest_sc_functionlistobj.mk | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_functionlistobj.mk b/sc/CppunitTest_sc_functionlistobj.mk index f3e094706f5e..5e00fae0d2e2 100644 --- a/sc/CppunitTest_sc_functionlistobj.mk +++ b/sc/CppunitTest_sc_functionlistobj.mk @@ -37,7 +37,41 @@ $(eval $(call gb_CppunitTest_use_ure,sc_functionlistobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_functionlistobj)) $(eval $(call gb_CppunitTest_use_components,sc_functionlistobj,\ - $(sc_unoapi_common_components) \ + 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/source/search/i18nsearch \ + 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 \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_functionlistobj)) |