[BioRuby-cvs] bioruby/test runner.rb,NONE,1.1

Katayama Toshiaki k at pub.open-bio.org
Fri Sep 23 07:02:52 EDT 2005


Update of /home/repository/bioruby/bioruby/test
In directory pub.open-bio.org:/tmp/cvs-serv21913

Added Files:
	runner.rb 
Log Message:
* migrated from all_tests.rb and bio/suite_bio.rb


--- NEW FILE: runner.rb ---
#!/usr/bin/env ruby

require 'test/unit'

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




More information about the bioruby-cvs mailing list