ruby-changes:40973
From: nobu <ko1@a...>
Date: Sat, 12 Dec 2015 17:28:39 +0900 (JST)
Subject: [ruby-changes:40973] nobu:r53052 (trunk): common.mk: more opts
nobu 2015-12-12 17:28:15 +0900 (Sat, 12 Dec 2015) New Revision: 53052 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53052 Log: common.mk: more opts * common.mk (help): separate TESTOPTS and TESTS. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 53051) +++ common.mk (revision 53052) @@ -1085,7 +1085,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1085 " 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." \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/