summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-14 10:53:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-14 10:53:06 +0000
commit9cdeae9dad9f8ac8fe50b6b6f01ecd76f21f5e6b (patch)
treec1e5fdc27eddb46b4c12ba3442cee454cbe886c6 /common.mk
parent3349fd5826427a6dfe512202976ddd825ba550b9 (diff)
* common.mk: change test order (test -> btest).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 603a6c5f06..060e0501ec 100644
--- a/common.mk
+++ b/common.mk
@@ -323,7 +323,7 @@ btest-miniruby: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY
test-sample: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY
@$(MINIRUBY) $(srcdir)/rubytest.rb
-test: btest-miniruby test-sample
+test: test-sample btest-miniruby
test-all:
$(RUNRUBY) "$(srcdir)/test/runner.rb" --basedir="$(TESTSDIR)" --runner=$(TESTUI) $(TESTS)