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

ruby-changes:56541

From: Hiroshi <ko1@a...>
Date: Mon, 15 Jul 2019 11:19:38 +0900 (JST)
Subject: [ruby-changes:56541] Hiroshi SHIBATA: d02f2fc3e2 (master): Added help message for test-tool target.

https://git.ruby-lang.org/ruby.git/commit/?id=d02f2fc3e2

From d02f2fc3e2b4d14793c3b25079787a8972ce49c8 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 15 Jul 2019 11:19:13 +0900
Subject: Added help message for test-tool target.


diff --git a/common.mk b/common.mk
index 8f45b1e..de62185 100644
--- a/common.mk
+++ b/common.mk
@@ -1503,6 +1503,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1503
 	"  test-spec:           run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
 	"  test-bundler:        run the Bundler spec" \
 	"  test-bundled-gems:   run the test suite of bundled gems" \
+	"  test-tool:           tests under the tool/test" \
 	"  update-gems:         download files of the bundled gems" \
 	"  update-bundled_gems: update the latest version of bundled gems" \
 	"  sync-default-gems:   sync default gems from upstream [GEM=<gem_name>]" \
-- 
cgit v0.10.2


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

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