mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-19 08:39:57 +00:00
- Fixed default toolchain target in rakefile.rb (again!)
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@46 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ 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, 'test:all', :app ]
|
||||
|
||||
Reference in New Issue
Block a user