ruby-changes:40974
From: nobu <ko1@a...>
Date: Sat, 12 Dec 2015 17:31:51 +0900 (JST)
Subject: [ruby-changes:40974] nobu:r53053 (trunk): common.mk: help of exam [ci skip]
nobu 2015-12-12 17:31:45 +0900 (Sat, 12 Dec 2015) New Revision: 53053 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53053 Log: common.mk: help of exam [ci skip] * common.mk (help): mention `exam` target. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 53052) +++ common.mk (revision 53053) @@ -1084,6 +1084,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1084 " 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-rubyspec" \ " test: ruby core tests" \ " test-all: all ruby tests [TESTOPTS=-j4 TESTS=\"<test files>\"]" \ " test-rubyspec: run RubySpec test suite" \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/