summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 11:19:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 11:19:13 +0900
commitd02f2fc3e2b4d14793c3b25079787a8972ce49c8 (patch)
tree358dab34a2918e78c0a9940c5ce496cf2117e8bc /common.mk
parentac6d137157121381fb57e3febd34c84cb7ca47b2 (diff)
Added help message for test-tool target.
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 8f45b1e851..de62185e84 100644
--- a/common.mk
+++ b/common.mk
@@ -1503,6 +1503,7 @@ help: PHONY
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
" test-bundler: run the Bundler 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" \
" update-bundled_gems: update the latest version of bundled gems" \
" sync-default-gems: sync default gems from upstream [GEM=<gem_name>]" \