aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-12 08:28:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-12 08:28:15 +0000
commit1d5c9d1001f7bd7875caf14b32e70be6132d8392 (patch)
tree4f1deccc6ff2957a390288da45e3fe0e3fcd3d63
parent75c5b0afe416506c5cde70d916e4692fa0b1c6fb (diff)
downloadruby-1d5c9d1001f7bd7875caf14b32e70be6132d8392.tar.gz
common.mk: more opts
* common.mk (help): separate TESTOPTS and TESTS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 73bdaeb992..fdc7c82b30 100644
--- a/common.mk
+++ b/common.mk
@@ -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=\"-j4 <test files>\"]" \
+ " test-all: all ruby tests [TESTOPTS=-j4 TESTS=\"<test files>\"]" \
" test-rubyspec: run RubySpec test suite" \
" update-rubyspec: update local copy of RubySpec" \
" benchmark: benchmark this ruby and COMPARE_RUBY." \