diff options
author | Noel Grandin <noel@peralex.com> | 2013-03-06 09:38:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-03-20 07:32:47 +0200 |
commit | 32fe9ef796a92e5eaf3dc21fad15761b96500501 (patch) | |
tree | b4ad440c9166e3ab0c1d5d505e8b954ea9a75e91 /sc | |
parent | 5e2fd3b3c96362368a516f59555a42450126be85 (diff) |
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
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_tablesheetobj.mk | 22 | ||||
-rw-r--r-- | sc/CppunitTest_sc_tablesheetsobj.mk | 22 |
2 files changed, 22 insertions, 22 deletions
diff --git a/sc/CppunitTest_sc_tablesheetobj.mk b/sc/CppunitTest_sc_tablesheetobj.mk index 98fc1396a6ad..7711f00e7c3f 100644 --- a/sc/CppunitTest_sc_tablesheetobj.mk +++ b/sc/CppunitTest_sc_tablesheetobj.mk @@ -28,15 +28,15 @@ # instead of those above. #************************************************************************* -$(eval $(call gb_CppunitTest_CppunitTest,sc_spreadsheetobj)) +$(eval $(call gb_CppunitTest_CppunitTest,sc_tablesheetobj)) -$(eval $(call gb_CppunitTest_add_exception_objects,sc_spreadsheetobj, \ +$(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetobj, \ sc/qa/extras/sctablesheetobj \ )) -$(eval $(call gb_CppunitTest_use_external,sc_spreadsheetobj,boost_headers)) +$(eval $(call gb_CppunitTest_use_external,sc_tablesheetobj,boost_headers)) -$(eval $(call gb_CppunitTest_use_libraries,sc_spreadsheetobj, \ +$(eval $(call gb_CppunitTest_use_libraries,sc_tablesheetobj, \ avmedia \ basegfx \ comphelper \ @@ -74,20 +74,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_spreadsheetobj, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_set_include,sc_spreadsheetobj,\ +$(eval $(call gb_CppunitTest_set_include,sc_tablesheetobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) -$(eval $(call gb_CppunitTest_use_api,sc_spreadsheetobj,\ +$(eval $(call gb_CppunitTest_use_api,sc_tablesheetobj,\ offapi \ udkapi \ )) -$(eval $(call gb_CppunitTest_use_ure,sc_spreadsheetobj)) +$(eval $(call gb_CppunitTest_use_ure,sc_tablesheetobj)) -$(eval $(call gb_CppunitTest_use_components,sc_spreadsheetobj,\ +$(eval $(call gb_CppunitTest_use_components,sc_tablesheetobj,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ @@ -123,10 +123,10 @@ $(eval $(call gb_CppunitTest_use_components,sc_spreadsheetobj,\ xmloff/util/xo \ )) -$(eval $(call gb_CppunitTest_use_configuration,sc_spreadsheetobj)) +$(eval $(call gb_CppunitTest_use_configuration,sc_tablesheetobj)) -$(eval $(call gb_CppunitTest_use_filter_configuration,sc_spreadsheetobj)) +$(eval $(call gb_CppunitTest_use_filter_configuration,sc_tablesheetobj)) -$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_spreadsheetobj)) +$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_tablesheetobj)) # vim: set noet sw=4 ts=4: 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: |