Added help entry for test-bundler-parallel

This commit is contained in:
Hiroshi SHIBATA 2022-08-22 12:05:46 +09:00
parent 954f709f4e
commit 6afb4f0a28
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1666,36 +1666,37 @@ help: PHONY
" Makefile of Ruby" \ " Makefile of Ruby" \
"" \ "" \
"targets:" \ "targets:" \
" all (default): builds all of below" \ " all (default): builds all of below" \
" miniruby: builds only miniruby" \ " miniruby: builds only miniruby" \
" encs: builds encodings" \ " encs: builds encodings" \
" exts: builds extensions" \ " exts: builds extensions" \
" main: builds encodings, extensions and ruby" \ " main: builds encodings, extensions and ruby" \
" docs: builds documents" \ " docs: builds documents" \
" install-capi: builds C API documents" \ " install-capi: builds C API documents" \
" run: runs test.rb by miniruby" \ " run: runs test.rb by miniruby" \
" runruby: runs test.rb by ruby you just built" \ " runruby: runs test.rb by ruby you just built" \
" gdb: runs test.rb by miniruby under gdb" \ " gdb: runs test.rb by miniruby under gdb" \
" gdb-ruby: runs test.rb by ruby under gdb" \ " gdb-ruby: runs test.rb by ruby under gdb" \
" check: equals make test test-tool test-all test-spec" \ " check: equals make test test-tool test-all test-spec" \
" test: ruby core tests [BTESTS=<bootstraptest files>]" \ " test: ruby core tests [BTESTS=<bootstraptest files>]" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \ " test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \ " test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
" test-bundler: run the Bundler spec" \ " test-bundler: run the Bundler spec" \
" test-bundled-gems: run the test suite of bundled gems" \ " test-bundler-parallel: run the Bundler spec with parallel" \
" test-tool: tests under the tool/test" \ " test-bundled-gems: run the test suite of bundled gems" \
" update-gems: download files of the bundled gems" \ " test-tool: tests under the tool/test" \
" update-bundled_gems: update the latest version of bundled gems" \ " update-gems: download files of the bundled gems" \
" sync-default-gems: sync default gems from upstream [GEM=<gem_name git_ref>]" \ " update-bundled_gems: update the latest version of bundled gems" \
" up: update local copy and autogenerated files" \ " sync-default-gems: sync default gems from upstream [GEM=<gem_name git_ref>]" \
" benchmark: benchmark this ruby and COMPARE_RUBY." \ " up: update local copy and autogenerated files" \
" gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \ " benchmark: benchmark this ruby and COMPARE_RUBY." \
" install: install all ruby distributions" \ " gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \
" install-nodoc: install without rdoc" \ " install: install all ruby distributions" \
" install-cross: install cross compiling stuff" \ " install-nodoc: install without rdoc" \
" clean: clean for tarball" \ " install-cross: install cross compiling stuff" \
" distclean: clean for repository" \ " clean: clean for tarball" \
" golf: build goruby for golfers" \ " distclean: clean for repository" \
" golf: build goruby for golfers" \
$(HELP_EXTRA_TASKS) \ $(HELP_EXTRA_TASKS) \
"see DeveloperHowto for more detail: " \ "see DeveloperHowto for more detail: " \
" https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto" \ " https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto" \