working with latest bake ver

This commit is contained in:
Andrei Bechet 2015-06-24 09:13:34 +02:00
parent cd06cf2474
commit 7aeae05410
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ end
desc "run"
task :run => :build do
sh "./gps/UnitTest/gpsTests.exe"
sh "./gps/build_UnitTest/gpsTests.exe"
end
desc "clean"