- Fixed target rename bug in rakefile.rb

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@45 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
greg-williams
2008-11-17 19:35:59 +00:00
parent ac1a92a7fe
commit b50ee9d98b
+3 -3
View File
@@ -8,11 +8,11 @@ require 'rakefile_helper'
include RakefileHelpers
load_configuration('gcc.yml') # Uncomment this line to enable GCC
#load_configuration('iar.yml') # Uncomment this line to enable IAR Embedded Workbench
#load_configuration('gcc.yml') # Uncomment this line to enable GCC
load_configuration('iar.yml') # Uncomment this line to enable IAR Embedded Workbench
configure_clean
task :default => [ :clobber, 'tests:all', :app ]
task :default => [ :clobber, 'test:all', :app ]
desc "Build application"
task :app do