mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: update URL and name for the Ruby spec suite.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
09cb46b921
commit
9efd4dbe73
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jan 12 21:01:09 2016 Benoit Daloze <eregontp@gmail.com>
|
||||
|
||||
* common.mk: update URL and name for the Ruby spec suite.
|
||||
|
||||
Tue Jan 12 19:52:19 2016 sorah (Shota Fukumori) <her@sorah.jp>
|
||||
|
||||
* lib/forwardable.rb: Convert given accessors to String.
|
||||
|
|
|
@ -24,7 +24,7 @@ GEM_VENDOR =
|
|||
|
||||
SPEC_GIT_BASE = git://github.com/ruby
|
||||
MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
|
||||
RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
|
||||
RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/spec.git
|
||||
|
||||
SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git
|
||||
SIMPLECOV_GIT_REF = v0.10.0
|
||||
|
@ -1096,9 +1096,9 @@ help: PHONY
|
|||
" exam: equals make check test-rubyspec" \
|
||||
" test: ruby core tests" \
|
||||
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=\"<test files>\"]" \
|
||||
" test-rubyspec: run RubySpec test suite" \
|
||||
" test-rubyspec: run the Ruby spec suite" \
|
||||
" up: update local copy and autogenerated files" \
|
||||
" update-rubyspec: update local copy of RubySpec" \
|
||||
" update-rubyspec: update local copy of the Ruby spec suite" \
|
||||
" benchmark: benchmark this ruby and COMPARE_RUBY." \
|
||||
" gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \
|
||||
" gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue