* 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
This commit is contained in:
nobu 2011-12-16 08:18:40 +00:00
Родитель d95ce7fc03
Коммит c17c0030be
3 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Fri Dec 16 17:18:38 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* README, README.ja: 'make check' is preferable to 'make test'.
Thu Dec 15 23:16:13 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
* error.c (builtin_type_name): don't return pointer to the buffer of

2
README
Просмотреть файл

@ -83,7 +83,7 @@ This is what you need to do to compile and install Ruby:
5. Run make.
6. Optionally, run 'make test' to check whether the compiled Ruby
6. Optionally, run 'make check' to check whether the compiled Ruby
interpreter works well. If you see the message "test succeeded",
your ruby works as it should (hopefully).

Просмотреть файл

@ -109,7 +109,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
5. makeを実行してコンパイルする
6. make testでテストを行う.
6. make checkでテストを行う.
「test succeeded」と表示されれば成功ですただしテスト
に成功しても完璧だと保証されている訳ではありません.