summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-03 01:25:58 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-03 01:25:59 +0900
commite13da00824e0979b2417bcffe94a8668cab7532c (patch)
treecd5b8e914b4d9df3d14af993cf8411c30c8f2f84 /common.mk
parent6c3ab99eae1fa84dc28635eb90170b03408b94fb (diff)
Explain how to run an individual btest in help
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 16b41b20bd..3074b0f277 100644
--- a/common.mk
+++ b/common.mk
@@ -1505,7 +1505,7 @@ help: PHONY
" gdb: runs test.rb by miniruby under gdb" \
" gdb-ruby: runs test.rb by ruby under gdb" \
" check: equals make test test-tool test-all test-spec" \
- " test: ruby core tests" \
+ " 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>]" \
" test-bundler: run the Bundler spec" \