- 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:
mvandervoord
2010-09-22 00:19:04 +00:00
parent b7564ce8a0
commit 1f643e8661
9 changed files with 28 additions and 16 deletions
+3 -1
View File
@@ -35,4 +35,6 @@ linker:
prefix: '-o'
extension: '.exe'
destination: *build_path
colour: true
colour: true
:unity:
:plugins: []
+3 -1
View File
@@ -36,4 +36,6 @@ linker:
prefix: '-o'
extension: '.exe'
destination: *build_path
colour: true
colour: true
:unity:
:plugins: []
+4 -2
View File
@@ -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: []
+4 -2
View File
@@ -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: []
+4 -2
View File
@@ -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: []
+3 -1
View File
@@ -88,4 +88,6 @@ simulator:
- -p
- [*core_config, 'MSP430F5438.ddf']
- -d sim
colour: true
colour: true
:unity:
:plugins: []