#!/usr/bin/ruby -I.libs require 'test/unit' Dir.glob("t/tc*.rb").each{ |t| require t } exit Test::Unit::AutoRunner.run