summaryrefslogtreecommitdiff
blob: f87eabcb2bef71aba32e96b07bc95c786ab6c3b8 (plain)
1
2
3
4
5
6
#!/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