summaryrefslogtreecommitdiff
path: root/lang/ruby/files/testrb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/files/testrb.rb')
-rw-r--r--lang/ruby/files/testrb.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/ruby/files/testrb.rb b/lang/ruby/files/testrb.rb
new file mode 100644
index 0000000..3490780
--- /dev/null
+++ b/lang/ruby/files/testrb.rb
@@ -0,0 +1,5 @@
1#!/usr/bin/env ruby
2#
3# testrb for use by ruby.port.mk for Ruby >= 2.2
4require 'test/unit'
5exit Test::Unit::AutoRunner.run(true)