mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
* win32/Makefile.sub (test-rubyspec): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
86bd9f0ee2
commit
84386708c5
2 changed files with 9 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
Fri May 16 17:01:44 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (test-rubyspec): added.
|
||||
|
||||
Fri May 16 16:22:40 2008 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* ext/tk/tcltklib.c: sometimes freeze when receive Interrupt signal.
|
||||
|
||||
|
||||
Fri May 16 14:54:56 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* Makefile.in (update-rubyspec): move rubyspec to srcdir.
|
||||
|
|
|
@ -639,6 +639,11 @@ class File
|
|||
end
|
||||
<<KEEP
|
||||
|
||||
test-rubyspec:
|
||||
@if not exist $(srcdir:/=\)\rubyspec\nul echo No rubyspec here. put rubyspec to srcdir first. && exit 1
|
||||
$(RUNRUBY) $(srcdir)/rubyspec/mspec/bin/mspec -r$(srcdir)/ext/purelib.rb $(srcdir)/rubyspec/spec/rubyspec/$(MAJOR).$(MINOR)
|
||||
|
||||
|
||||
{$(srcdir)/missing}.c.obj:
|
||||
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) -c -Tc$(<:\=/)
|
||||
{$(srcdir)/win32}.c.obj:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue