]> git.donarmstrong.com Git - biopieces.git/blob - code_ruby/Rakefile
adding bzip2 support in ruby
[biopieces.git] / code_ruby / Rakefile
1 require 'rake/testtask'
2
3 task :default => "test"
4
5 Rake::TestTask.new do |t|
6   t.test_files = FileList["test/**/test_*.rb"]
7   t.warning = true
8 end