Kaydet (Commit) 802518c5 authored tarafından Luboš Luňák's avatar Luboš Luňák

always pass --headless to cppunits

They should not need any actual UI anyway, and most of them already
pass the option manually.
http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
üst 6b6ca3d1
...@@ -124,7 +124,6 @@ $(eval $(call gb_CppunitTest_add_components,dbaccess_macros_test,\ ...@@ -124,7 +124,6 @@ $(eval $(call gb_CppunitTest_add_components,dbaccess_macros_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,dbaccess_macros_test,\ $(eval $(call gb_CppunitTest_set_args,dbaccess_macros_test,\
--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)" \
)) ))
......
...@@ -76,7 +76,6 @@ $(eval $(call gb_CppunitTest_add_components,extensions_test_update,\ ...@@ -76,7 +76,6 @@ $(eval $(call gb_CppunitTest_add_components,extensions_test_update,\
)) ))
$(eval $(call gb_CppunitTest_set_args,extensions_test_update,\ $(eval $(call gb_CppunitTest_set_args,extensions_test_update,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -61,7 +61,6 @@ $(eval $(call gb_CppunitTest_add_components,filter_tga_test,\ ...@@ -61,7 +61,6 @@ $(eval $(call gb_CppunitTest_add_components,filter_tga_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,filter_tga_test,\ $(eval $(call gb_CppunitTest_set_args,filter_tga_test,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -61,7 +61,6 @@ $(eval $(call gb_CppunitTest_add_components,filter_tiff_test,\ ...@@ -61,7 +61,6 @@ $(eval $(call gb_CppunitTest_add_components,filter_tiff_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,filter_tiff_test,\ $(eval $(call gb_CppunitTest_set_args,filter_tiff_test,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -68,7 +68,6 @@ $(eval $(call gb_CppunitTest_add_components,hwpfilter_test_hwpfilter,\ ...@@ -68,7 +68,6 @@ $(eval $(call gb_CppunitTest_add_components,hwpfilter_test_hwpfilter,\
)) ))
$(eval $(call gb_CppunitTest_set_args,hwpfilter_test_hwpfilter,\ $(eval $(call gb_CppunitTest_set_args,hwpfilter_test_hwpfilter,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -68,7 +68,6 @@ $(eval $(call gb_CppunitTest_add_components,lotuswordpro_test_lotuswordpro,\ ...@@ -68,7 +68,6 @@ $(eval $(call gb_CppunitTest_add_components,lotuswordpro_test_lotuswordpro,\
)) ))
$(eval $(call gb_CppunitTest_set_args,lotuswordpro_test_lotuswordpro,\ $(eval $(call gb_CppunitTest_set_args,lotuswordpro_test_lotuswordpro,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -125,7 +125,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_cellrangesbase,\ ...@@ -125,7 +125,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_cellrangesbase,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_cellrangesbase,\ $(eval $(call gb_CppunitTest_set_args,sc_cellrangesbase,\
--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)" \
)) ))
......
...@@ -132,7 +132,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_chart_regression_test,\ ...@@ -132,7 +132,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_chart_regression_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_chart_regression_test,\ $(eval $(call gb_CppunitTest_set_args,sc_chart_regression_test,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_databaserangeobj,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_databaserangeobj,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_databaserangeobj,\ $(eval $(call gb_CppunitTest_set_args,sc_databaserangeobj,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_datapilotfieldobj,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_datapilotfieldobj,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_datapilotfieldobj,\ $(eval $(call gb_CppunitTest_set_args,sc_datapilotfieldobj,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_datapilottableobj,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_datapilottableobj,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_datapilottableobj,\ $(eval $(call gb_CppunitTest_set_args,sc_datapilottableobj,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_filters_test,\ $(eval $(call gb_CppunitTest_set_args,sc_filters_test,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool)" \
)) ))
......
...@@ -121,7 +121,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_macros_test,\ ...@@ -121,7 +121,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_macros_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_macros_test,\ $(eval $(call gb_CppunitTest_set_args,sc_macros_test,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_namedrangeobj,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_namedrangeobj,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_namedrangeobj,\ $(eval $(call gb_CppunitTest_set_args,sc_namedrangeobj,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_namedrangesobj,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_namedrangesobj,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_namedrangesobj,\ $(eval $(call gb_CppunitTest_set_args,sc_namedrangesobj,\
--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)" \
)) ))
......
...@@ -136,7 +136,6 @@ endif ...@@ -136,7 +136,6 @@ endif
endif endif
$(eval $(call gb_CppunitTest_set_args,sc_subsequent_filters_test,\ $(eval $(call gb_CppunitTest_set_args,sc_subsequent_filters_test,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_tableautoformatfield,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_tableautoformatfield,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_tableautoformatfield,\ $(eval $(call gb_CppunitTest_set_args,sc_tableautoformatfield,\
--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)" \
)) ))
......
...@@ -125,7 +125,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_spreadsheetobj,\ ...@@ -125,7 +125,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_spreadsheetobj,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_spreadsheetobj,\ $(eval $(call gb_CppunitTest_set_args,sc_spreadsheetobj,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_spreadsheetsobj,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_spreadsheetsobj,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_spreadsheetsobj,\ $(eval $(call gb_CppunitTest_set_args,sc_spreadsheetsobj,\
--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)" \
)) ))
......
...@@ -105,7 +105,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_ucalc,\ ...@@ -105,7 +105,6 @@ $(eval $(call gb_CppunitTest_add_components,sc_ucalc,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sc_ucalc,\ $(eval $(call gb_CppunitTest_set_args,sc_ucalc,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -113,7 +113,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\ ...@@ -113,7 +113,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sd_filters_test,\ $(eval $(call gb_CppunitTest_set_args,sd_filters_test,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sd_regression_test,\ $(eval $(call gb_CppunitTest_set_args,sd_regression_test,\
--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)" \
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \ "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
......
...@@ -90,7 +90,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_uimpress,\ ...@@ -90,7 +90,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_uimpress,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sd_uimpress,\ $(eval $(call gb_CppunitTest_set_args,sd_uimpress,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -80,7 +80,6 @@ $(eval $(call gb_CppunitTest_add_components,sdext_pdfimport,\ ...@@ -80,7 +80,6 @@ $(eval $(call gb_CppunitTest_add_components,sdext_pdfimport,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sdext_pdfimport,\ $(eval $(call gb_CppunitTest_set_args,sdext_pdfimport,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -63,6 +63,7 @@ gb_CppunitTarget__make_url = file://$(if $(filter WNT,$(OS_FOR_BUILD)),/)$(strip ...@@ -63,6 +63,7 @@ gb_CppunitTarget__make_url = file://$(if $(filter WNT,$(OS_FOR_BUILD)),/)$(strip
gb_CppunitTest__get_uno_type_target = $(OUTDIR)/bin/$(1).rdb gb_CppunitTest__get_uno_type_target = $(OUTDIR)/bin/$(1).rdb
define gb_CppunitTest__make_args define gb_CppunitTest__make_args
$(ARGS) \ $(ARGS) \
--headless \
$(if $(strip $(UNO_TYPES)),\ $(if $(strip $(UNO_TYPES)),\
"-env:UNO_TYPES=$(foreach rdb,udkapi $(UNO_TYPES),\ "-env:UNO_TYPES=$(foreach rdb,udkapi $(UNO_TYPES),\
$(call gb_CppunitTarget__make_url,$(call gb_CppunitTest__get_uno_type_target,$(rdb))))") \ $(call gb_CppunitTarget__make_url,$(call gb_CppunitTest__get_uno_type_target,$(rdb))))") \
......
...@@ -63,7 +63,6 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sot_test_sot,\ ...@@ -63,7 +63,6 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sot_test_sot,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sot_test_sot,\ $(eval $(call gb_CppunitTest_set_args,sot_test_sot,\
--headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
)) ))
......
...@@ -64,7 +64,6 @@ $(eval $(call gb_CppunitTest_add_components,svtools_filters_test,\ ...@@ -64,7 +64,6 @@ $(eval $(call gb_CppunitTest_add_components,svtools_filters_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,svtools_filters_test,\ $(eval $(call gb_CppunitTest_set_args,svtools_filters_test,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -100,7 +100,6 @@ $(eval $(call gb_CppunitTest_add_old_components,sw_filters_test,\ ...@@ -100,7 +100,6 @@ $(eval $(call gb_CppunitTest_add_old_components,sw_filters_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sw_filters_test,\ $(eval $(call gb_CppunitTest_set_args,sw_filters_test,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
...@@ -121,7 +121,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_layout_test,\ ...@@ -121,7 +121,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_layout_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sw_layout_test,\ $(eval $(call gb_CppunitTest_set_args,sw_layout_test,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_macros_test,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_macros_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sw_macros_test,\ $(eval $(call gb_CppunitTest_set_args,sw_macros_test,\
--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)" \
)) ))
......
...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_regression_test,\ ...@@ -123,7 +123,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_regression_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sw_regression_test,\ $(eval $(call gb_CppunitTest_set_args,sw_regression_test,\
--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)" \
)) ))
......
...@@ -81,7 +81,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_subsequent_ooxmltok,\ ...@@ -81,7 +81,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_subsequent_ooxmltok,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sw_subsequent_ooxmltok,\ $(eval $(call gb_CppunitTest_set_args,sw_subsequent_ooxmltok,\
--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)" \
)) ))
......
...@@ -75,7 +75,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_subsequent_rtftok,\ ...@@ -75,7 +75,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_subsequent_rtftok,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sw_subsequent_rtftok,\ $(eval $(call gb_CppunitTest_set_args,sw_subsequent_rtftok,\
--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)" \
)) ))
......
...@@ -105,7 +105,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_swdoc_test,\ ...@@ -105,7 +105,6 @@ $(eval $(call gb_CppunitTest_add_components,sw_swdoc_test,\
)) ))
$(eval $(call gb_CppunitTest_set_args,sw_swdoc_test,\ $(eval $(call gb_CppunitTest_set_args,sw_swdoc_test,\
--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)" \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
)) ))
......
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