summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-12 08:31:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-12 08:31:45 +0000
commitd79b5e192122946131c0fd121d9acaebf2596b13 (patch)
tree8b710aeeae55bc863048e16000c4cc393dab28d1
parent1d5c9d1001f7bd7875caf14b32e70be6132d8392 (diff)
common.mk: help of exam [ci skip]
* common.mk (help): mention `exam` target. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index fdc7c82b30..75892d5f67 100644
--- a/common.mk
+++ b/common.mk
@@ -1084,6 +1084,7 @@ help: PHONY
" 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" \