blob: 90ad85fff536bfe2cb0bf10d98bcbcf07cde6fcd (
plain) (
tree)
|
|
#!/usr/bin/env ruby
require 'test/unit'
args = Dir[File.join(File.dirname(__FILE__), '*_test.rb')] + Dir[File.join(File.dirname(__FILE__), 'ws/*_test.rb')]
(r = Test::Unit::AutoRunner.new(true)).process_args(args)
exit r.run
|