]> git.donarmstrong.com Git - biopieces.git/blob - code_ruby/Rakefile
cleaning up old ruby trunk
[biopieces.git] / code_ruby / Rakefile
1 require 'rake/testtask'
2
3 Rake::TestTask.new("test") do |t|
4   t.pattern = "test/maasha/test_*.rb"
5   t.warning = true
6 end