1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe

before running test. [ruby-core:03756]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2004-11-17 04:11:22 +00:00
parent 1180a10814
commit 7ce7c614c5
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Wed Nov 17 13:09:40 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe
before running test. [ruby-core:03756]
Wed Nov 17 04:33:01 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
* pack.c: all features are backport from 1.9. [ruby-dev:24826]

View file

@ -476,7 +476,7 @@ realclean: distclean
@if exist parse.c del parse.c
@if exist lex.c del lex.c
test: miniruby$(EXEEXT) NUL
test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) NUL
@$(MINIRUBY) $(srcdir)rubytest.rb
rbconfig.rb: miniruby$(EXEEXT) config.status

View file

@ -485,7 +485,7 @@ realclean: distclean
@if exist parse.c del parse.c
@if exist lex.c del lex.c
test: miniruby$(EXEEXT) NUL
test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) NUL
@miniruby$(EXEEXT) $(srcdir)/rubytest.rb
rbconfig.rb: miniruby$(EXEEXT) config.status

View file

@ -517,7 +517,7 @@ realclean: distclean
@if exist parse.c del parse.c
@if exist lex.c del lex.c
test: miniruby$(EXEEXT)
test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) NUL
@miniruby$(EXEEXT) $(srcdir)/rubytest.rb
rbconfig.rb: miniruby$(EXEEXT) config.status