diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-07-15 11:19:13 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-07-15 11:19:13 +0900 |
commit | d02f2fc3e2b4d14793c3b25079787a8972ce49c8 (patch) | |
tree | 358dab34a2918e78c0a9940c5ce496cf2117e8bc | |
parent | ac6d137157121381fb57e3febd34c84cb7ca47b2 (diff) |
Added help message for test-tool target.
-rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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>]" \ |