Skip to content

Commit

Permalink
* common.mk: add "check succeeded" message.
Browse files Browse the repository at this point in the history
* README, README.ja: follow above change.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Dec 22, 2011
1 parent 0212af1 commit b32f79e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Fri Dec 23 06:03:00 2011 Kazuhiro NISHIYAMA <[email protected]>

* common.mk: add "check succeeded" message.

* README, README.ja: follow above change.

Fri Dec 23 06:00:39 2011 Kazuhiro NISHIYAMA <[email protected]>

* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This is what you need to do to compile and install Ruby:
5. Run make.

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

7. Run 'make install'
Expand Down
2 changes: 1 addition & 1 deletion README.ja
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス

6. make checkでテストを行う.

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

7. make install
Expand Down
1 change: 1 addition & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ realclean-extout: distclean-extout
clean-enc distclean-enc realclean-enc: PHONY

check: test test-all
$(ECHO) check succeeded
check-ruby: test test-ruby

btest: miniruby$(EXEEXT) $(TEST_RUNNABLE)-btest
Expand Down

0 comments on commit b32f79e

Please sign in to comment.