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

ruby-changes:52297

From: mame <ko1@a...>
Date: Wed, 22 Aug 2018 14:24:57 +0900 (JST)
Subject: [ruby-changes:52297] mame:r64505 (trunk): common.mk: update "make help" so that "make check" now runs test-spec

mame	2018-08-22 14:24:51 +0900 (Wed, 22 Aug 2018)

  New Revision: 64505

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

  Log:
    common.mk: update "make help" so that "make check" now runs test-spec

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 64504)
+++ common.mk	(revision 64505)
@@ -1394,8 +1394,8 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1394
 	"  runruby:             runs test.rb by ruby you just built" \
 	"  gdb:                 runs test.rb by miniruby under gdb" \
 	"  gdb-ruby:            runs test.rb by ruby under gdb" \
-	"  check:               equals make test test-all" \
-	"  exam:                equals make check test-spec" \
+	"  check:               equals make test test-all test-spec" \
+	"  exam:                equals make check" \
 	"  test:                ruby core tests" \
 	"  test-all:            all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
 	"  test-spec:           run the Ruby spec suite" \

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

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