From 4f25551df39c0272f19250e41969e819d9941cdb Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 7 Nov 2022 10:27:03 +0100 Subject: 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 --- sc/CppunitTest_sc_datapilotfieldsobj.mk | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'sc/CppunitTest_sc_datapilotfieldsobj.mk') diff --git a/sc/CppunitTest_sc_datapilotfieldsobj.mk b/sc/CppunitTest_sc_datapilotfieldsobj.mk index 394c8f02da57..0e8b4ba13b1a 100644 --- a/sc/CppunitTest_sc_datapilotfieldsobj.mk +++ b/sc/CppunitTest_sc_datapilotfieldsobj.mk @@ -9,37 +9,6 @@ # #************************************************************************* -$(eval $(call gb_CppunitTest_CppunitTest,sc_datapilotfieldsobj)) - -$(eval $(call gb_CppunitTest_use_external,sc_datapilotfieldsobj,boost_headers)) - -$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilotfieldsobj)) - -$(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotfieldsobj, \ - sc/qa/extras/scdatapilotfieldsobj \ -)) - -$(eval $(call gb_CppunitTest_use_libraries,sc_datapilotfieldsobj, \ - cppu \ - sal \ - subsequenttest \ - test \ - unotest \ -)) - -$(eval $(call gb_CppunitTest_set_include,sc_datapilotfieldsobj,\ - $$(INCLUDE) \ -)) - -$(eval $(call gb_CppunitTest_use_sdk_api,sc_datapilotfieldsobj)) - -$(eval $(call gb_CppunitTest_use_ure,sc_datapilotfieldsobj)) -$(eval $(call gb_CppunitTest_use_vcl,sc_datapilotfieldsobj)) - -$(eval $(call gb_CppunitTest_use_components,sc_datapilotfieldsobj,\ - $(sc_unoapi_common_components) \ -)) - -$(eval $(call gb_CppunitTest_use_configuration,sc_datapilotfieldsobj)) +$(eval $(call sc_unoapi_common,datapilotfieldsobj)) # vim: set noet sw=4 ts=4: -- cgit