[前][次][番号順一覧][スレッド一覧]

ruby-changes:46585

From: nobu <ko1@a...>
Date: Sat, 13 May 2017 18:55:27 +0900 (JST)
Subject: [ruby-changes:46585] nobu:r58701 (trunk): make test-rubyspec-precheck

nobu	2017-05-13 18:55:23 +0900 (Sat, 13 May 2017)

  New Revision: 58701

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58701

  Log:
    make test-rubyspec-precheck
    
    * common.mk (yes-test-rubyspec): make test-rubyspec-precheck for
      fake.rb to setup build configuration.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 58700)
+++ common.mk	(revision 58701)
@@ -709,7 +709,7 @@ $(RBCONFIG): $(srcdir)/tool/mkconfig.rb https://github.com/ruby/ruby/blob/trunk/common.mk#L709
 test-rubyspec-precheck: $(arch)-fake.rb
 
 test-rubyspec: $(TEST_RUNNABLE)-test-rubyspec
-yes-test-rubyspec:
+yes-test-rubyspec: test-rubyspec-precheck
 	$(gnumake_recursive)$(Q) \
 	$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT)
 no-test-rubyspec:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]