Sha256: 684cc672f684f2bc51058ea887b99067f1d2f0547a6605fb4e8d4687027de261

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 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)

exit Test::Unit::AutoRunner.run(false, File.dirname($0))

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bio-0.7.0 test/runner.rb