summaryrefslogtreecommitdiff
path: root/bcc32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-17 04:11:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-17 04:11:22 +0000
commit7ce7c614c5b59525d7e7066ba81dfbc8f3e9a18e (patch)
tree8259ec427e2fbbd0856dc7d99090a1d003ec44d5 /bcc32
parent1180a108144946038ac5fd66d4ef693b133af722 (diff)
* {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
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 0c4c6bb126..d04c649fa5 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -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