diff --git a/2015/ppc/rakefile.rb b/2015/ppc/rakefile.rb index 4c28fb9..8771384 100644 --- a/2015/ppc/rakefile.rb +++ b/2015/ppc/rakefile.rb @@ -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"