ruby-changes:40096
From: kosaki <ko1@a...>
Date: Sun, 18 Oct 2015 14:41:01 +0900 (JST)
Subject: [ruby-changes:40096] kosaki:r52177 (trunk): * common.mk: add a comment how to use "make test-all"
kosaki 2015-10-18 14:40:55 +0900 (Sun, 18 Oct 2015) New Revision: 52177 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52177 Log: * common.mk: add a comment how to use "make test-all" Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 52176) +++ ChangeLog (revision 52177) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Oct 18 13:03:09 2015 KOSAKI Motohiro <kosaki.motohiro@g...> + + * common.mk: add a comment how to use "make test-all" + Sun Oct 18 12:59:22 2015 KOSAKI Motohiro <kosaki.motohiro@g...> * common.mk: add comments how to use "make benchmark" Index: common.mk =================================================================== --- common.mk (revision 52176) +++ common.mk (revision 52177) @@ -590,6 +590,8 @@ no-test-testframework: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L590 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 https://github.com/ruby/ruby/blob/trunk/common.mk#L1074 " 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" \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/