aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-07-15 08:18:30 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-07-15 08:19:21 +0900
commit13cb9e6bd2c88d04fc9b21b8f8c1d192c67cd5a2 (patch)
tree2623adf9b26082950dedcded2b87a1b5a43d2488 /common.mk
parent2b78a93bcfdc8884646cae88dffe06da6bdb6213 (diff)
downloadruby-13cb9e6bd2c88d04fc9b21b8f8c1d192c67cd5a2.tar.gz
common.mk: remove "make exam" from help
Currently it is completely the same as "make check". I think it is not worth mentioning now.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 3ada59b7d1..8c00cfa68e 100644
--- a/common.mk
+++ b/common.mk
@@ -1492,7 +1492,6 @@ 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 test-spec" \
- " exam: equals make check" \
" test: ruby core tests" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \