From 5cfcbb2aca708d96d3c46e22392eef45774a535c Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 1 Oct 2006 16:25:37 +0000 Subject: * common.mk (test-all): separate directory where running test cases from source tree. * lib/test/unit/autorunner.rb (options): added --basedir, --workdir and --load-path options. * lib/test/unit/collector/dir.rb (recursive_collect, collect_file): base directory support. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 801a7d4f10..9680bf58a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Mon Oct 2 01:24:26 2006 Nobuyoshi Nakada + + * common.mk (test-all): separate directory where running test cases + from source tree. + + * lib/test/unit/autorunner.rb (options): added --basedir, --workdir + and --load-path options. + + * lib/test/unit/collector/dir.rb (recursive_collect, collect_file): + base directory support. + Sun Oct 1 23:56:52 2006 Nobuyoshi Nakada * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep -- cgit v1.2.3