Kaydet (Commit) 32fe9ef7 authored tarafından Noel Grandin's avatar Noel Grandin

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
üst 5e2fd3b3
......@@ -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:
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment