1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/test/unit
nobu fa7a5d5477 * ext/extmk.rb (extmake): skip uncompiled extensions.
* lib/mkmf.rb (create_makefile): emit no rules for static library if
  $static is nil, e.g., outside of ext/.

* lib/test/unit/ui/console/testrunner.rb (test_started): show test
  name via $0.

* runruby.rb: set environments to use the compiled binary.

* test/runner.rb: do nothing while cross-compiling.

* test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: use envutil to
  know ruby binary.

* test/ruby/envutil.rb: give priority to RUBY environment variable to
  use just compiled binary and libraries.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-04-08 10:45:21 +00:00
..
collector * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError 2004-01-09 04:26:05 +00:00
ui * ext/extmk.rb (extmake): skip uncompiled extensions. 2004-04-08 10:45:21 +00:00
util * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred 2003-11-21 22:36:13 +00:00
assertionfailederror.rb * lib/test/unit.rb: do not run tests if $! is set. 2003-11-18 23:00:29 +00:00
assertions.rb * lib/test/unit/assertions.rb: Modules are allowed to rescue. 2003-12-24 05:08:04 +00:00
autorunner.rb * lib/test/unit/assertions.rb: Modules are allowed to rescue. 2003-12-24 05:08:04 +00:00
collector.rb * lib/test/unit.rb: removed installation instructions. 2003-10-08 13:21:28 +00:00
error.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
failure.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
testcase.rb * lib/test/unit/assertions.rb: use #__send__ instead of #send. 2003-11-20 15:45:56 +00:00
testresult.rb Initial revision 2003-02-12 03:12:14 +00:00
testsuite.rb * lib/test/unit/testsuite.rb: changed #<< to return self, and added 2003-10-03 22:35:19 +00:00