mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 17:31:36 +01:00
* Converted Unity to use setjmp/jongjmp for aborting upon test failures
* Eliminated TEST_WRAP and TEST_WRAP_NO_RETURN, since new abort mechanism eliminates the need to use these - Updated documentation - Changed default target to GCC in both Unity test and example project git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@7 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
@@ -8,10 +8,10 @@ require '../auto/unity_test_summary'
|
||||
require '../auto/generate_test_runner'
|
||||
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user