ruby-changes:49104
From: hsbt <ko1@a...>
Date: Thu, 14 Dec 2017 11:21:45 +0900 (JST)
Subject: [ruby-changes:49104] hsbt:r61219 (trunk): Added `test-bundler` and `test-bundled-gems` to `make help` entries`.
hsbt 2017-12-14 11:21:41 +0900 (Thu, 14 Dec 2017) New Revision: 61219 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61219 Log: Added `test-bundler` and `test-bundled-gems` to `make help` entries`. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 61218) +++ common.mk (revision 61219) @@ -1345,34 +1345,36 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1345 " 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" \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/