summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-22 05:24:51 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-22 05:24:51 +0000
commit664bf8bfc533b6c54d5782ae042663baa7ab5d4d (patch)
treeb3bda8dde5639f1cde775e44e616a94e699257f9 /common.mk
parent33af0429ea875cd11d4ffbeff1c278d4cc10bb0e (diff)
common.mk: update "make help" so that "make check" now runs test-spec
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 0a0615c067..5feca8ade0 100644
--- a/common.mk
+++ b/common.mk
@@ -1394,8 +1394,8 @@ help: PHONY
" runruby: runs test.rb by ruby you just built" \
" 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-spec" \
+ " 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" \