diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-16 03:29:08 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-16 03:29:08 +0000 |
commit | 966532cc40525380ec291ba3d7e89c005d1a6c7a (patch) | |
tree | 5ff34434f8221a6cc2b01c8feaa4ff5f592d63d7 /Makefile.in | |
parent | 7a80e95edd8ae8f42c27ca79d0398defbe12a7f8 (diff) |
* Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): split
from test-rubyspec.
* common.mk (test-rubyspec): moved from Makefile.in.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 57af5cf6cc..08234a343d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -313,9 +313,8 @@ update-rubyspec: update-mspec exec git clone $(RUBYSPEC_GIT_URL) spec/rubyspec; \ fi -test-rubyspec: +test-rubyspec-precheck: @if [ ! -d $(srcdir)/spec/rubyspec ]; then echo No rubyspec here. make update-rubyspec first.; exit 1; fi - $(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 |