1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add insight about parallel test-all

see also https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-12-12 08:06:18 +00:00
parent a2fcdb4fbe
commit f418a0c57f

View file

@ -1085,7 +1085,7 @@ help: PHONY
" gdb-ruby: runs test.rb by ruby under gdb" \
" check: equals make test test-all" \
" test: ruby core tests" \
" test-all: all ruby tests [TESTS=<test files>]" \
" test-all: all ruby tests [TESTS=\"-j4 <test files>\"]" \
" test-rubyspec: run RubySpec test suite" \
" update-rubyspec: update local copy of RubySpec" \
" benchmark: benchmark this ruby and COMPARE_RUBY." \