TUM/2016/ppc/gps/rakefile.rb
2016-07-03 23:24:04 +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