mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added test-bundler
and test-bundled-gems
to make help
entries`.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b53ec390d1
commit
1d4e97cb08
1 changed files with 30 additions and 28 deletions
58
common.mk
58
common.mk
|
@ -1345,34 +1345,36 @@ help: PHONY
|
|||
" Makefile of Ruby" \
|
||||
"" \
|
||||
"targets:" \
|
||||
" all (default): builds all of below" \
|
||||
" miniruby: builds only miniruby" \
|
||||
" encs: builds encodings" \
|
||||
" exts: builds extensions" \
|
||||
" main: builds encodings, extensions and ruby" \
|
||||
" docs: builds documents" \
|
||||
" install-capi: builds C API documents" \
|
||||
" run: runs test.rb by miniruby" \
|
||||
" runruby: runs test.rb by ruby you just built" \
|
||||
" gdb: runs test.rb by miniruby under gdb" \
|
||||
" gdb-ruby: runs test.rb by ruby under gdb" \
|
||||
" check: equals make test test-all" \
|
||||
" exam: equals make check test-spec" \
|
||||
" test: ruby core tests" \
|
||||
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
|
||||
" test-spec: run the Ruby spec suite" \
|
||||
" test-rubyspec: same as test-spec" \
|
||||
" up: update local copy and autogenerated files" \
|
||||
" benchmark: benchmark this ruby and COMPARE_RUBY." \
|
||||
" gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \
|
||||
" gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \
|
||||
" install: install all ruby distributions" \
|
||||
" install-nodoc: install without rdoc" \
|
||||
" install-cross: install cross compiling stuff" \
|
||||
" clean: clean for tarball" \
|
||||
" distclean: clean for repository" \
|
||||
" change: make change log template" \
|
||||
" golf: for golfers" \
|
||||
" all (default): builds all of below" \
|
||||
" miniruby: builds only miniruby" \
|
||||
" encs: builds encodings" \
|
||||
" exts: builds extensions" \
|
||||
" main: builds encodings, extensions and ruby" \
|
||||
" docs: builds documents" \
|
||||
" install-capi: builds C API documents" \
|
||||
" run: runs test.rb by miniruby" \
|
||||
" runruby: runs test.rb by ruby you just built" \
|
||||
" gdb: runs test.rb by miniruby under gdb" \
|
||||
" gdb-ruby: runs test.rb by ruby under gdb" \
|
||||
" check: equals make test test-all" \
|
||||
" exam: equals make check test-spec" \
|
||||
" test: ruby core tests" \
|
||||
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
|
||||
" test-spec: run the Ruby spec suite" \
|
||||
" test-rubyspec: same as test-spec" \
|
||||
" test-bundler: run the Bundler spec" \
|
||||
" test-bundled-gems: run the test suite of bundled gems" \
|
||||
" up: update local copy and autogenerated files" \
|
||||
" benchmark: benchmark this ruby and COMPARE_RUBY." \
|
||||
" gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \
|
||||
" gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \
|
||||
" install: install all ruby distributions" \
|
||||
" install-nodoc: install without rdoc" \
|
||||
" install-cross: install cross compiling stuff" \
|
||||
" clean: clean for tarball" \
|
||||
" distclean: clean for repository" \
|
||||
" change: make change log template" \
|
||||
" golf: for golfers" \
|
||||
"" \
|
||||
"see DeveloperHowto for more detail: " \
|
||||
" https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue