You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
159 B

  1. #!/usr/bin/ruby
  2. require 'test/unit'
  3. $LOAD_PATH.unshift(".libs").unshift("lib")
  4. Dir.glob("t/tc*.rb").each{ |t|
  5. require t
  6. }
  7. exit Test::Unit::AutoRunner.run