summaryrefslogtreecommitdiff
blob: 4f5a8467f46d1ca4ff748e3ef7b21557778ade13 (plain)
1
2
3
4
5
6
#!/usr/bin/env ruby
gem 'test-unit', '>= 2.5', '<4'
require 'test/unit'
(r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
  abort r.options.banner + " tests..."
exit r.run