summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-01-31 15:02:44 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-01-31 15:02:44 -0800
commit5694515460f075ef66b2e32499ac265b79982a03 (patch)
tree28fdea0579f90dce14fcb1b32997b9251a54541b /common.mk
parent1148fab7ae4653f94384da5eb282e61217cf12f5 (diff)
downloadruby-5694515460f075ef66b2e32499ac265b79982a03.tar.gz
Document BUNDLED_GEMS in make test
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 fcd0923a4d..fc688055d1 100644
--- a/common.mk
+++ b/common.mk
@@ -1762,7 +1762,7 @@ help: PHONY
" 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-bundled-gems: run the test suite of bundled gems [BUNDLED_GEMS=<gems>]" \
" test-tool: tests under the tool/test" \
" update-gems: download files of the bundled gems" \
" update-bundled_gems: update the latest version of bundled gems" \