TUM/2015/ppc/gps/rakefile.rb
2015-06-22 19:30:37 +02:00

7 lines
121 B
Ruby

desc "run unittests"
task :runTests do
sh "bake -b UnitTest -a black --include_filter run"
end
task :default => :run