]> git.arvados.org - arvados.git/blob - sdk/cli/Rakefile
2678: update a-r-p-i to set the owner_uuid on the newly created job when the pi belon...
[arvados.git] / sdk / cli / Rakefile
1 require 'rake/testtask'
2
3 Rake::TestTask.new do |t|
4   t.libs << 'test'
5 end
6
7 desc 'Run tests'
8 task default: :test