summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 16:48:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 16:48:44 +0900
commitda7818e6820d41e9946aa58b68a14389a4402bb8 (patch)
treed93f886224432592fe42ff0cb36f31b43bfdb8a3 /common.mk
parentd7af0f60829f0e38ebfb99a043bc4d5d79d26322 (diff)
downloadruby-da7818e6820d41e9946aa58b68a14389a4402bb8.tar.gz
Added test-syntax-suggest to help message
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 67697d2b7e..f077ce5caf 100644
--- a/common.mk
+++ b/common.mk
@@ -1760,6 +1760,7 @@ help: PHONY
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
" test-bundler: run the Bundler spec" \
" test-bundler-parallel: run the Bundler spec with parallel" \
+ " test-syntax-suggest: run the SyntaxSuggest spec" \
" test-bundled-gems: run the test suite of bundled gems" \
" test-tool: tests under the tool/test" \
" update-gems: download files of the bundled gems" \