summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-13 05:11:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-13 05:11:14 +0000
commit44e36c79d249a5c101786107eb76c42df41b94cc (patch)
tree1f6b0a9b7609c133e212d672740615d79e7dbe2f /common.mk
parent302ae913e01d2ad9e316c4b003342a58db2ed542 (diff)
gmake.mk: tests step
* defs/gmake.mk (TEST_TARGETS): run tests step by step. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 4e89d9b835..ea3c2bd65a 100644
--- a/common.mk
+++ b/common.mk
@@ -671,9 +671,9 @@ $(RBCONFIG): $(srcdir)/tool/mkconfig.rb config.status $(srcdir)/version.h
> rbconfig.tmp
$(IFCHANGE) "--timestamp=$@" rbconfig.rb rbconfig.tmp
-test-rubyspec-precheck:
+test-rubyspec-precheck: $(arch)-fake.rb
-test-rubyspec: test-rubyspec-precheck $(arch)-fake.rb
+test-rubyspec: test-rubyspec-precheck
$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT)
RUNNABLE = $(LIBRUBY_RELATIVE:no=un)-runnable