TUM/2016/ppc/gps/rakefile.rb

8 lines
121 B
Ruby
Raw Normal View History

2016-07-03 23:18:54 +02:00
desc "run unittests"
task :runTests do
sh "bake -b UnitTest -a black --include_filter run"
end
task :default => :run