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

ruby-changes:70798

From: Nobuyoshi <ko1@a...>
Date: Sun, 9 Jan 2022 12:41:00 +0900 (JST)
Subject: [ruby-changes:70798] 83983bacbc (master): [DOC] Mention `make check`

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

From 83983bacbc78edf94ee66f9a3218095c0876ed4e Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 9 Jan 2022 12:39:26 +0900
Subject: [DOC] Mention `make check`

---
 doc/hacking.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/hacking.md b/doc/hacking.md
index 2a2c6f0959d..b5197b9c52c 100644
--- a/doc/hacking.md
+++ b/doc/hacking.md
@@ -54,6 +54,14 @@ make run https://github.com/ruby/ruby/blob/trunk/doc/hacking.md#L54
 
 If you want more of the standard library, you can use `runruby` instead of `run`.
 
+## Running Tests
+
+You can run the following tests at once:
+
+``` shell
+make check
+```
+
 ### Run Bootstrap Tests
 
 There are a set of tests in `bootstraptest/` which cover most basic features of the core Ruby language.
-- 
cgit v1.2.1


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

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