mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-29 22:39:58 +00:00
- updated example and main tests to show how to use generate_test_runner with yaml target file
- improved error reporting for generate_test_runner git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@96 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
+3
-1
@@ -35,4 +35,6 @@ linker:
|
||||
prefix: '-o'
|
||||
extension: '.exe'
|
||||
destination: *build_path
|
||||
colour: true
|
||||
colour: true
|
||||
:unity:
|
||||
:plugins: []
|
||||
+3
-1
@@ -36,4 +36,6 @@ linker:
|
||||
prefix: '-o'
|
||||
extension: '.exe'
|
||||
destination: *build_path
|
||||
colour: true
|
||||
colour: true
|
||||
:unity:
|
||||
:plugins: []
|
||||
@@ -31,7 +31,7 @@ compiler:
|
||||
items:
|
||||
- [*tools_root, 'arm\inc\']
|
||||
- 'src\'
|
||||
- '../src/'
|
||||
- '..\src\'
|
||||
- *unit_tests_path
|
||||
- 'vendor\unity\src\'
|
||||
defines:
|
||||
@@ -83,4 +83,6 @@ simulator:
|
||||
- [*tools_root, 'arm\config\ioat91sam7X256.ddf']
|
||||
- -d
|
||||
- sim
|
||||
colour: true
|
||||
colour: true
|
||||
:unity:
|
||||
:plugins: []
|
||||
@@ -30,7 +30,7 @@ compiler:
|
||||
items:
|
||||
- [*tools_root, 'arm\inc\']
|
||||
- 'src\'
|
||||
- '../src/'
|
||||
- '..\src\'
|
||||
- *unit_tests_path
|
||||
- 'vendor\unity\src\'
|
||||
- 'iar\iar_v5\incIAR\'
|
||||
@@ -73,4 +73,6 @@ simulator:
|
||||
- [*tools_root, 'arm\config\debugger\atmel\ioat91sam7X256.ddf']
|
||||
- -d
|
||||
- sim
|
||||
colour: true
|
||||
colour: true
|
||||
:unity:
|
||||
:plugins: []
|
||||
@@ -32,7 +32,7 @@ compiler:
|
||||
items:
|
||||
- [*tools_root, 'arm\inc\']
|
||||
- 'src\'
|
||||
- '../src/'
|
||||
- '..\src\'
|
||||
- *unit_tests_path
|
||||
- 'vendor\unity\src\'
|
||||
- 'iar\iar_v5\incIAR\'
|
||||
@@ -77,4 +77,6 @@ simulator:
|
||||
- --cpu=Cortex-M3
|
||||
- -d
|
||||
- sim
|
||||
colour: true
|
||||
colour: true
|
||||
:unity:
|
||||
:plugins: []
|
||||
@@ -88,4 +88,6 @@ simulator:
|
||||
- -p
|
||||
- [*core_config, 'MSP430F5438.ddf']
|
||||
- -d sim
|
||||
colour: true
|
||||
colour: true
|
||||
:unity:
|
||||
:plugins: []
|
||||
Reference in New Issue
Block a user