fixed broken system test build mechanism

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@27 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mkarlesky
2009-04-16 13:08:49 +00:00
parent 16d1979c3a
commit 261d6a16db
4 changed files with 9 additions and 38 deletions
+2 -3
View File
@@ -2,13 +2,12 @@ compiler:
path: gcc
source_path: 'src/'
unit_tests_path: &unit_tests_path 'test/'
runner_path: 'runners/'
build_path: &build_path 'build/'
options:
- '-c'
- '-Wall'
- -std=c99
- -pedantic
- '-std=c99'
- '-pedantic'
includes:
prefix: '-I'
items: