1require 'test/unit'
2
3`ls tc_*.rb`.each do |testcase|
4  testcase.chop!
5  $stderr.puts testcase if $VERBOSE
6  require( testcase )
7end
8