testrb.rb 192 B

12345678
  1. #!/usr/bin/env ruby
  2. #
  3. # $OpenBSD: testrb.rb,v 1.1 2016/01/17 19:39:05 jasper Exp $
  4. #
  5. # testrb for use by ruby.port.mk for Ruby >= 2.2
  6. require 'test/unit'
  7. exit Test::Unit::AutoRunner.run(true)