]> git.donarmstrong.com Git - biopieces.git/blob - code_ruby/Maasha/Rakefile
added Rakefile for unit testing of ruby code
[biopieces.git] / code_ruby / Maasha / Rakefile
1 require 'rake/testtask'
2
3 test_dir = File.expand_path('test')
4
5 Rake::TestTask.new("test") do |t|
6   t.pattern = "test/test_*.rb"
7   t.warning = true
8 end