diff options
author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-18 05:40:55 +0000 |
---|---|---|
committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-18 05:40:55 +0000 |
commit | 727ae6f813967ecbe381f8b11314cee90bec002b (patch) | |
tree | c514272f2895565a07d8685b11e8258cd35cb2d4 /common.mk | |
parent | 75356fc879452863682ba4fe7a370cff32399707 (diff) | |
download | ruby-727ae6f813967ecbe381f8b11314cee90bec002b.tar.gz |
* common.mk: add a comment how to use "make test-all"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -590,6 +590,8 @@ no-test-testframework: PHONY test: test-sample btest-ruby test-knownbug +# $ make test-all TESTOPTS="--help" displays more detail +# for example, make test-all TESTOPTS="-j2 -v -n test-name -- test-file-name" test-all: $(TEST_RUNNABLE)-test-all yes-test-all: prog PHONY $(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(TESTS) @@ -1072,7 +1074,7 @@ help: PHONY " test-all: all ruby tests [TESTS=<test files>]" \ " test-rubyspec: run RubySpec test suite" \ " update-rubyspec: update local copy of RubySpec" \ - " benchmark: benchmark this ruby and COMPARE_RUBY" \ + " benchmark: benchmark this ruby and COMPARE_RUBY." \ " gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \ " gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \ " install: install all ruby distributions" \ |