diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-04 11:30:37 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-04 11:30:37 +0000 |
| commit | daea3c91b09b269447b9a3517a54b6e0ad8ee8c3 (patch) | |
| tree | a0581d998af87a9793fb346867cc83a5557f88d9 /ChangeLog | |
| parent | f2c391dc3bc1066788b2deb625cd8961592f5ee4 (diff) | |
* common.mk : rename yarv-test-[all/each] to compare-test[/-each].
purpose of "compare-test" rule is to compare ruby (trunk) and
matzruby (branches/matzruby) binary in miniruby level. MATZRUBY
parameter means an path to miniruby of matzruby binary. to do this
comparison test, you should build matzruby branch.
* yarvtest/yarvtest.rb : fix to use command line option as
command names to be compared.
* yarvtest/runner.rb : remove a debug output.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Thu Jan 4 20:01:29 2007 Koichi Sasada <ko1@atdot.net> + + * common.mk : rename yarv-test-[all/each] to compare-test[/-each]. + purpose of "compare-test" rule is to compare ruby (trunk) and + matzruby (branches/matzruby) binary in miniruby level. MATZRUBY + parameter means an path to miniruby of matzruby binary. to do this + comparison test, you should build matzruby branch. + + * yarvtest/yarvtest.rb : fix to use command line option as + command names to be compared. + + * yarvtest/runner.rb : remove a debug output. + Thu Jan 4 19:12:27 2007 Koichi Sasada <ko1@atdot.net> * common.mk : fix to use test.rb script in build directory. |
