Kaydet (Commit) 1d60eea3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

adjust test name

üst b0af6fd5
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # 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 \ sc/qa/extras/sctablesheetsobj \
)) ))
$(eval $(call gb_CppunitTest_add_linked_libs,sc_spreadsheetobj, \ $(eval $(call gb_CppunitTest_add_linked_libs,sc_spreadsheetsobj, \
avmedia \ avmedia \
basegfx \ basegfx \
comphelper \ comphelper \
...@@ -72,25 +72,25 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_spreadsheetobj, \ ...@@ -72,25 +72,25 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_spreadsheetobj, \
$(gb_STDLIBS) \ $(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/source/ui/inc) \
-I$(realpath $(SRCDIR)/sc/inc) \ -I$(realpath $(SRCDIR)/sc/inc) \
$$(INCLUDE) \ $$(INCLUDE) \
-I$(OUTDIR)/inc \ -I$(OUTDIR)/inc \
)) ))
$(eval $(call gb_CppunitTest_add_api,sc_spreadsheetobj,\ $(eval $(call gb_CppunitTest_add_api,sc_spreadsheetsobj,\
offapi \ offapi \
udkapi \ 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 \ types \
)) ))
$(eval $(call gb_CppunitTest_add_components,sc_spreadsheetobj,\ $(eval $(call gb_CppunitTest_add_components,sc_spreadsheetsobj,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -123,7 +123,7 @@ $(eval $(call gb_CppunitTest_add_components,sc_spreadsheetobj,\ ...@@ -123,7 +123,7 @@ $(eval $(call gb_CppunitTest_add_components,sc_spreadsheetobj,\
unoxml/source/service/unoxml \ unoxml/source/service/unoxml \
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_spreadsheetobj,\ $(eval $(call gb_CppunitTest_set_args,sc_spreadsheetsobj,\
--headless \ --headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ --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)" \ "-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,\ ...@@ -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 # a) explicitly depend on library msword because it is not implied by a link
# relation # relation
# b) explicitly depend on the sc resource files needed at unit-test runtime # 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: # 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