summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-25 21:05:31 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-25 21:13:25 +0100
commit1d60eea3831b3da45722e92839a3c1721d7605a4 (patch)
tree1f996e990534235bd4d3f991b0e8261d9c649794
parentb0af6fd51c644827593f3d69c46dc8074dca0ee3 (diff)
adjust test name
-rw-r--r--sc/CppunitTest_sc_tablesheetsobj.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/CppunitTest_sc_tablesheetsobj.mk b/sc/CppunitTest_sc_tablesheetsobj.mk
index c7f43d0c7018..53f33376780e 100644
--- a/sc/CppunitTest_sc_tablesheetsobj.mk
+++ b/sc/CppunitTest_sc_tablesheetsobj.mk
@@ -28,13 +28,13 @@
# instead of those above.
#*************************************************************************
-$(eval $(call gb_CppunitTest_CppunitTest,sc_spreadsheetobj))
+$(eval $(call gb_CppunitTest_CppunitTest,sc_spreadsheetsobj))
-$(eval $(call gb_CppunitTest_add_exception_objects,sc_spreadsheetobj, \
+$(eval $(call gb_CppunitTest_add_exception_objects,sc_spreadsheetsobj, \
sc/qa/extras/sctablesheetsobj \
))
-$(eval $(call gb_CppunitTest_add_linked_libs,sc_spreadsheetobj, \
+$(eval $(call gb_CppunitTest_add_linked_libs,sc_spreadsheetsobj, \
avmedia \
basegfx \
comphelper \
@@ -72,25 +72,25 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_spreadsheetobj, \
$(gb_STDLIBS) \
))
-$(eval $(call gb_CppunitTest_set_include,sc_spreadsheetobj,\
+$(eval $(call gb_CppunitTest_set_include,sc_spreadsheetsobj,\
-I$(realpath $(SRCDIR)/sc/source/ui/inc) \
-I$(realpath $(SRCDIR)/sc/inc) \
$$(INCLUDE) \
-I$(OUTDIR)/inc \
))
-$(eval $(call gb_CppunitTest_add_api,sc_spreadsheetobj,\
+$(eval $(call gb_CppunitTest_add_api,sc_spreadsheetsobj,\
offapi \
udkapi \
))
-$(eval $(call gb_CppunitTest_uses_ure,sc_spreadsheetobj))
+$(eval $(call gb_CppunitTest_uses_ure,sc_spreadsheetsobj))
-$(eval $(call gb_CppunitTest_add_type_rdbs,sc_spreadsheetobj,\
+$(eval $(call gb_CppunitTest_add_type_rdbs,sc_spreadsheetsobj,\
types \
))
-$(eval $(call gb_CppunitTest_add_components,sc_spreadsheetobj,\
+$(eval $(call gb_CppunitTest_add_components,sc_spreadsheetsobj,\
basic/util/sb \
comphelper/util/comphelp \
configmgr/source/configmgr \
@@ -123,7 +123,7 @@ $(eval $(call gb_CppunitTest_add_components,sc_spreadsheetobj,\
unoxml/source/service/unoxml \
))
-$(eval $(call gb_CppunitTest_set_args,sc_spreadsheetobj,\
+$(eval $(call gb_CppunitTest_set_args,sc_spreadsheetsobj,\
--headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
"-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool) xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/unittest/registry)" \
@@ -134,6 +134,6 @@ $(eval $(call gb_CppunitTest_set_args,sc_spreadsheetobj,\
# a) explicitly depend on library msword because it is not implied by a link
# relation
# b) explicitly depend on the sc resource files needed at unit-test runtime
-$(call gb_CppunitTest_get_target,sc_spreadsheetobj) : $(call gb_Library_get_target,scfilt) $(WORKDIR)/AllLangRes/sc
+$(call gb_CppunitTest_get_target,sc_spreadsheetsobj) : $(call gb_Library_get_target,scfilt) $(WORKDIR)/AllLangRes/sc
# vim: set noet sw=4 ts=4: