mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-04 20:16:36 +08:00
Merge pull request #158 from jsalling/bugfix/fixture-rakefile-fails
Fixture rakefile has a conflict defining UNITY_OUTPUT_CHAR
This commit is contained in:
@ -97,7 +97,7 @@ module RakefileHelpers
|
|||||||
if $cfg['compiler']['defines']['items'].nil?
|
if $cfg['compiler']['defines']['items'].nil?
|
||||||
defines = ''
|
defines = ''
|
||||||
else
|
else
|
||||||
defines = squash($cfg['compiler']['defines']['prefix'], $cfg['compiler']['defines']['items'])
|
defines = squash($cfg['compiler']['defines']['prefix'], $cfg['compiler']['defines']['items'] + ['UNITY_OUTPUT_CHAR=putcharSpy'])
|
||||||
end
|
end
|
||||||
options = squash('', $cfg['compiler']['options'])
|
options = squash('', $cfg['compiler']['options'])
|
||||||
includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
|
includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
|
||||||
|
@ -57,7 +57,6 @@ compiler:
|
|||||||
defines:
|
defines:
|
||||||
prefix: '-D'
|
prefix: '-D'
|
||||||
items:
|
items:
|
||||||
- UNITY_OUTPUT_CHAR=putcharSpy
|
|
||||||
- UNITY_INCLUDE_DOUBLE
|
- UNITY_INCLUDE_DOUBLE
|
||||||
- UNITY_SUPPORT_64
|
- UNITY_SUPPORT_64
|
||||||
- UNITY_OUTPUT_RESULTS_FILE
|
- UNITY_OUTPUT_RESULTS_FILE
|
||||||
|
@ -57,7 +57,6 @@ compiler:
|
|||||||
defines:
|
defines:
|
||||||
prefix: '-D'
|
prefix: '-D'
|
||||||
items:
|
items:
|
||||||
- UNITY_OUTPUT_CHAR=putcharSpy
|
|
||||||
- UNITY_INCLUDE_DOUBLE
|
- UNITY_INCLUDE_DOUBLE
|
||||||
- UNITY_SUPPORT_TEST_CASES
|
- UNITY_SUPPORT_TEST_CASES
|
||||||
- UNITY_SUPPORT_64
|
- UNITY_SUPPORT_64
|
||||||
|
@ -19,7 +19,6 @@ compiler:
|
|||||||
defines:
|
defines:
|
||||||
prefix: '-D'
|
prefix: '-D'
|
||||||
items:
|
items:
|
||||||
- UNITY_OUTPUT_CHAR=putcharSpy
|
|
||||||
- UNITY_EXCLUDE_STDINT_H
|
- UNITY_EXCLUDE_STDINT_H
|
||||||
- UNITY_EXCLUDE_LIMITS_H
|
- UNITY_EXCLUDE_LIMITS_H
|
||||||
- UNITY_EXCLUDE_SIZEOF
|
- UNITY_EXCLUDE_SIZEOF
|
||||||
|
@ -19,7 +19,6 @@ compiler:
|
|||||||
defines:
|
defines:
|
||||||
prefix: '-D'
|
prefix: '-D'
|
||||||
items:
|
items:
|
||||||
- UNITY_OUTPUT_CHAR=putcharSpy
|
|
||||||
- UNITY_EXCLUDE_STDINT_H
|
- UNITY_EXCLUDE_STDINT_H
|
||||||
- UNITY_EXCLUDE_LIMITS_H
|
- UNITY_EXCLUDE_LIMITS_H
|
||||||
- UNITY_EXCLUDE_SIZEOF
|
- UNITY_EXCLUDE_SIZEOF
|
||||||
|
@ -19,7 +19,6 @@ compiler:
|
|||||||
defines:
|
defines:
|
||||||
prefix: '-D'
|
prefix: '-D'
|
||||||
items:
|
items:
|
||||||
- UNITY_OUTPUT_CHAR=putcharSpy
|
|
||||||
- UNITY_EXCLUDE_STDINT_H
|
- UNITY_EXCLUDE_STDINT_H
|
||||||
- UNITY_INCLUDE_DOUBLE
|
- UNITY_INCLUDE_DOUBLE
|
||||||
- UNITY_SUPPORT_TEST_CASES
|
- UNITY_SUPPORT_TEST_CASES
|
||||||
|
@ -19,7 +19,6 @@ compiler:
|
|||||||
defines:
|
defines:
|
||||||
prefix: '-D'
|
prefix: '-D'
|
||||||
items:
|
items:
|
||||||
- UNITY_OUTPUT_CHAR=putcharSpy
|
|
||||||
- UNITY_EXCLUDE_STDINT_H
|
- UNITY_EXCLUDE_STDINT_H
|
||||||
- UNITY_EXCLUDE_LIMITS_H
|
- UNITY_EXCLUDE_LIMITS_H
|
||||||
- UNITY_INCLUDE_DOUBLE
|
- UNITY_INCLUDE_DOUBLE
|
||||||
|
@ -32,7 +32,6 @@ compiler:
|
|||||||
defines:
|
defines:
|
||||||
prefix: '-D'
|
prefix: '-D'
|
||||||
items:
|
items:
|
||||||
- UNITY_OUTPUT_CHAR=putcharSpy
|
|
||||||
- UNITY_INCLUDE_DOUBLE
|
- UNITY_INCLUDE_DOUBLE
|
||||||
- UNITY_SUPPORT_TEST_CASES
|
- UNITY_SUPPORT_TEST_CASES
|
||||||
- UNITY_SUPPORT_64
|
- UNITY_SUPPORT_64
|
||||||
|
@ -19,7 +19,6 @@ compiler:
|
|||||||
defines:
|
defines:
|
||||||
prefix: '-D'
|
prefix: '-D'
|
||||||
items:
|
items:
|
||||||
- UNITY_OUTPUT_CHAR=putcharSpy
|
|
||||||
- UNITY_EXCLUDE_MATH_H
|
- UNITY_EXCLUDE_MATH_H
|
||||||
- UNITY_INCLUDE_DOUBLE
|
- UNITY_INCLUDE_DOUBLE
|
||||||
- UNITY_SUPPORT_TEST_CASES
|
- UNITY_SUPPORT_TEST_CASES
|
||||||
|
Reference in New Issue
Block a user