summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 06:08:55 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 06:08:55 +0900
commit0ee105f3f0a3b409bc08e6a1336c898038c1088f (patch)
tree33446d328d4f09ceb30d76b9dc6480c5cf38b0a1 /common.mk
parent10d7b39d5d3141073221d4e53a8e81b7808a11b6 (diff)
Mention SPECOPTS variable in make 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 e7f9d2a2e2..5430fe6d72 100644
--- a/common.mk
+++ b/common.mk
@@ -1502,7 +1502,7 @@ help: PHONY
" exam: equals make check" \
" test: ruby core tests" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
- " test-spec: run the Ruby spec suite" \
+ " test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
" test-rubyspec: same as test-spec" \
" test-bundler: run the Bundler spec" \
" test-bundled-gems: run the test suite of bundled gems" \