diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-01 16:25:37 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-01 16:25:37 +0000 |
| commit | a7ef811092e12dab201e81576bc27fe38ffe4064 (patch) | |
| tree | cfb2267e019c1053ee35128a01bacb8b19102680 /ChangeLog | |
| parent | 1f0cd4f0681b431de9a21d94fc3bb5189566c3ea (diff) | |
| download | ruby-a7ef811092e12dab201e81576bc27fe38ffe4064.tar.gz ruby-a7ef811092e12dab201e81576bc27fe38ffe4064.tar.xz ruby-a7ef811092e12dab201e81576bc27fe38ffe4064.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@11062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Mon Oct 2 01:24:26 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep |
