summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 16:50:19 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 16:50:19 +0900
commitaad1563c1a90af9ff01668d3f909d6dcb5624d9a (patch)
treea67d138bae9b9361450d26cc982361f1cf7991b1 /common.mk
parentda7818e6820d41e9946aa58b68a14389a4402bb8 (diff)
downloadruby-aad1563c1a90af9ff01668d3f909d6dcb5624d9a.tar.gz
Added make exam to help message
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 f077ce5caf..dd77f69aa8 100644
--- a/common.mk
+++ b/common.mk
@@ -1754,6 +1754,7 @@ help: PHONY
" runruby: runs test.rb by ruby you just built" \
" gdb: runs test.rb by miniruby under gdb" \
" gdb-ruby: runs test.rb by ruby under gdb" \
+ " exam: equals make check test-bundler-parallel test-bundled-gems" \
" check: equals make test test-tool test-all test-spec" \
" test: ruby core tests [BTESTS=<bootstraptest files>]" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \