summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 16:56:57 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 16:56:57 +0900
commit01e28afd0ab6432482d68bd8098ba2540cfdcbd3 (patch)
tree6773925d4858b80ccdc0f9882ba33e7a761ba8b4 /common.mk
parentaad1563c1a90af9ff01668d3f909d6dcb5624d9a (diff)
downloadruby-01e28afd0ab6432482d68bd8098ba2540cfdcbd3.tar.gz
test-syntax-suggest is now part of make check
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index dd77f69aa8..3c53a5595b 100644
--- a/common.mk
+++ b/common.mk
@@ -1755,7 +1755,7 @@ help: PHONY
" gdb: runs test.rb by miniruby under gdb" \
" gdb-ruby: runs test.rb by ruby under gdb" \
" exam: equals make check test-bundler-parallel test-bundled-gems" \
- " check: equals make test test-tool test-all test-spec" \
+ " check: equals make test test-tool test-all test-spec test-syntax-suggest" \
" test: ruby core tests [BTESTS=<bootstraptest files>]" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \