blob: f87eabcb2bef71aba32e96b07bc95c786ab6c3b8 [file] [log] [blame]
#!/usr/bin/env ruby
gem 'test-unit', '~> 2.5'
require 'test/unit'
(r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
abort r.options.banner + " tests..."
exit r.run