Sha256: 830ec1a5392201ba43a9d3ca2b003e669397fcdac3133d5b5a45ad15e52143b8
Contents?: true
Size: 375 Bytes
Versions: 7
Compression:
Stored size: 375 Bytes
Contents
#!/usr/bin/env ruby require 'test/unit' require 'pathname' bioruby_libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'], 'lib')).cleanpath.to_s $:.unshift(bioruby_libpath) unless $:.include?(bioruby_libpath) if RUBY_VERSION > "1.8.2" exit Test::Unit::AutoRunner.run(true, File.dirname($0)) else exit Test::Unit::AutoRunner.run(false, File.dirname($0)) end
Version data entries
7 entries across 7 versions & 3 rubygems