TUM/2015/ppc/gps/rakefile.rb

8 lines
121 B
Ruby
Raw Normal View History

2015-06-22 19:14:46 +02:00
desc "run unittests"
task :runTests do
sh "bake -b UnitTest -a black --include_filter run"
end
task :default => :run