home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / lsti / lsti.exe / framework-2.5.exe / testrb < prev    next >
Text File  |  2005-01-18  |  147b  |  6 lines

  1. #!/usr/bin/ruby
  2. require 'test/unit'
  3. (r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
  4.   abort r.options.banner + " tests..."
  5. exit r.run
  6.