зеркало из https://github.com/github/ruby.git
* Makefile.in(test-rubyspec): explicitly executes run subcommand of
mspec. * spec/README: typo fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
25f43f4ab1
Коммит
0ed8771a44
|
@ -1,3 +1,10 @@
|
|||
Sat Sep 26 22:39:24 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* Makefile.in(test-rubyspec): explicitly executes run subcommand of
|
||||
mspec.
|
||||
|
||||
* spec/README: typo fix
|
||||
|
||||
Sat Sep 26 17:53:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* st.c (COLLISION): improved collision log feature.
|
||||
|
|
|
@ -298,7 +298,7 @@ update-rubyspec: update-mspec
|
|||
|
||||
test-rubyspec:
|
||||
@if [ ! -d $(srcdir)/spec/rubyspec ]; then echo No rubyspec here. make update-rubyspec first.; exit 1; fi
|
||||
$(RUNRUBY) $(srcdir)/spec/mspec/bin/mspec -B $(srcdir)/spec/default.mspec $(MSPECOPT)
|
||||
$(RUNRUBY) $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT)
|
||||
|
||||
INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \
|
||||
vmtc.inc vm.inc
|
||||
|
|
|
@ -25,6 +25,6 @@ and put it into this directory.
|
|||
$ make test-rubyspec
|
||||
:mspec command
|
||||
verifies the specified spec.
|
||||
$ mspec {language|core|language}
|
||||
$ mspec {language|core|library}
|
||||
or
|
||||
$ mspec spec/path/to/some_spec.rb
|
||||
|
|
Загрузка…
Ссылка в новой задаче