1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 02:11:36 +01:00

* Fixed hang upon CMock mock verification detecting a failure

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@10 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
greg-williams
2008-11-20 19:58:09 +00:00
parent e8c1dcf374
commit 9c5213f104
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ require 'set'
require 'auto/unity_test_summary'
#USE THIS ONE IF YOU WANT TO TRY THIS WITH GCC
require 'rakefile_helper_GCC'
#require 'rakefile_helper_GCC'
#USE THIS ONE IF YOU WANT TO TRY THIS WITH IAR
#require 'rakefile_helper_IAR'
require 'rakefile_helper_IAR'
include RakefileHelpers