From 32fe9ef796a92e5eaf3dc21fad15761b96500501 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Mar 2013 09:38:05 +0200 Subject: fix the object name so it matches the cppunit make file name .. which is useful when a unit test fails and I need to find the correct makefile. Change-Id: I5277840b8304e4e1e5ec3490bb665fcce4945741 --- sc/CppunitTest_sc_tablesheetsobj.mk | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sc/CppunitTest_sc_tablesheetsobj.mk') diff --git a/sc/CppunitTest_sc_tablesheetsobj.mk b/sc/CppunitTest_sc_tablesheetsobj.mk index 8b472bc1b364..f2b2d477c067 100644 --- a/sc/CppunitTest_sc_tablesheetsobj.mk +++ b/sc/CppunitTest_sc_tablesheetsobj.mk @@ -28,15 +28,15 @@ # instead of those above. #************************************************************************* -$(eval $(call gb_CppunitTest_CppunitTest,sc_spreadsheetsobj)) +$(eval $(call gb_CppunitTest_CppunitTest,sc_tablesheetsobj)) -$(eval $(call gb_CppunitTest_add_exception_objects,sc_spreadsheetsobj, \ +$(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetsobj, \ sc/qa/extras/sctablesheetsobj \ )) -$(eval $(call gb_CppunitTest_use_external,sc_spreadsheetsobj,boost_headers)) +$(eval $(call gb_CppunitTest_use_external,sc_tablesheetsobj,boost_headers)) -$(eval $(call gb_CppunitTest_use_libraries,sc_spreadsheetsobj, \ +$(eval $(call gb_CppunitTest_use_libraries,sc_tablesheetsobj, \ avmedia \ basegfx \ comphelper \ @@ -74,20 +74,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_spreadsheetsobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_set_include,sc_spreadsheetsobj,\ +$(eval $(call gb_CppunitTest_set_include,sc_tablesheetsobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) -$(eval $(call gb_CppunitTest_use_api,sc_spreadsheetsobj,\ +$(eval $(call gb_CppunitTest_use_api,sc_tablesheetsobj,\ offapi \ udkapi \ )) -$(eval $(call gb_CppunitTest_use_ure,sc_spreadsheetsobj)) +$(eval $(call gb_CppunitTest_use_ure,sc_tablesheetsobj)) -$(eval $(call gb_CppunitTest_use_components,sc_spreadsheetsobj,\ +$(eval $(call gb_CppunitTest_use_components,sc_tablesheetsobj,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ @@ -123,10 +123,10 @@ $(eval $(call gb_CppunitTest_use_components,sc_spreadsheetsobj,\ xmloff/util/xo \ )) -$(eval $(call gb_CppunitTest_use_configuration,sc_spreadsheetsobj)) +$(eval $(call gb_CppunitTest_use_configuration,sc_tablesheetsobj)) -$(eval $(call gb_CppunitTest_use_filter_configuration,sc_spreadsheetsobj)) +$(eval $(call gb_CppunitTest_use_filter_configuration,sc_tablesheetsobj)) -$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_spreadsheetsobj)) +$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_tablesheetsobj)) # vim: set noet sw=4 ts=4: -- cgit v1.2.3