mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-06 05:25:29 +00:00
4fcca4bab7
- Added test for Out of Memory error - reorder the way we handle includes in CMock internals to match the way it works in Unity
14 lines
245 B
YAML
14 lines
245 B
YAML
---
|
|
:files:
|
|
- 'src/cmock.c'
|
|
- 'test/c/TestCMockC.c'
|
|
- 'test/c/TestCMockC_Runner.c'
|
|
- 'vendor/unity/src/unity.c'
|
|
:options:
|
|
- 'TEST'
|
|
- 'CMOCK_MEM_STATIC'
|
|
- 'CMOCK_MEM_SIZE=128'
|
|
- 'CMOCK_MEM_ALIGN=2'
|
|
- 'CMOCK_MEM_INDEX_TYPE=int'
|
|
|