File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
5
Thu Dec 15 23:16:13 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
2
6
3
7
* error.c (builtin_type_name): don't return pointer to the buffer of
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ This is what you need to do to compile and install Ruby:
83
83
84
84
5. Run make.
85
85
86
- 6. Optionally, run 'make test ' to check whether the compiled Ruby
86
+ 6. Optionally, run 'make check ' to check whether the compiled Ruby
87
87
interpreter works well. If you see the message "test succeeded",
88
88
your ruby works as it should (hopefully).
89
89
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
109
109
110
110
5. makeを実行してコンパイルする
111
111
112
- 6. make testでテストを行う .
112
+ 6. make checkでテストを行う .
113
113
114
114
「test succeeded」と表示されれば成功です.ただしテスト
115
115
に成功しても完璧だと保証されている訳ではありません.
You can’t perform that action at this time.
0 commit comments