From 664bf8bfc533b6c54d5782ae042663baa7ab5d4d Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 22 Aug 2018 05:24:51 +0000 Subject: 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 --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.mk') 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-spec: run the Ruby spec suite" \ -- cgit v1.2.3