Skip to content

Commit c17c003

Browse files
committed
* README, README.ja: 'make check' is preferable to 'make test'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent d95ce7f commit c17c003

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Fri Dec 16 17:18:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
2+
3+
* README, README.ja: 'make check' is preferable to 'make test'.
4+
15
Thu Dec 15 23:16:13 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
26

37
* error.c (builtin_type_name): don't return pointer to the buffer of

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This is what you need to do to compile and install Ruby:
8383

8484
5. Run make.
8585

86-
6. Optionally, run 'make test' to check whether the compiled Ruby
86+
6. Optionally, run 'make check' to check whether the compiled Ruby
8787
interpreter works well. If you see the message "test succeeded",
8888
your ruby works as it should (hopefully).
8989

README.ja

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
109109

110110
5. makeを実行してコンパイルする
111111

112-
6. make testでテストを行う
112+
6. make checkでテストを行う
113113

114114
「test succeeded」と表示されれば成功です.ただしテスト
115115
に成功しても完璧だと保証されている訳ではありません.

0 commit comments

Comments
 (0)