ports/lang/ruby/files/testrb.rb

6 lines
129 B
Ruby
Raw Normal View History

2023-08-16 22:26:55 +00:00
#!/usr/bin/env ruby
#
# testrb for use by ruby.port.mk for Ruby >= 2.2
require 'test/unit'
exit Test::Unit::AutoRunner.run(true)