mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-19 08:39:57 +00:00
- 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:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user