$:.unshift "../lib"

begin
  require 'rubygems'
rescue LoadError
end

Dir.chdir File.dirname(__FILE__)
Dir["**/tc_*.rb"].each { |file| load file }
