test-syntax-suggest is now part of make check

This commit is contained in:
Hiroshi SHIBATA 2023-01-17 16:56:57 +09:00
parent aad1563c1a
commit 01e28afd0a
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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>]" \