From 3e5b3dac1f3b847161fa914f3e4cb3e85198c4a4 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 4 Jan 2007 11:30:37 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@11474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4abd7449f5..0f58a8658f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu Jan 4 20:01:29 2007 Koichi Sasada + + * 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 * common.mk : fix to use test.rb script in build directory. -- cgit v1.2.3