mirror of
https://github.com/ThrowTheSwitch/CMock
synced 2025-03-13 16:51:12 -04:00
15 lines
273 B
YAML
15 lines
273 B
YAML
---
|
|
:files:
|
|
- '../src/cmock.c'
|
|
- './c/TestCMockC.c'
|
|
- './c/TestCMockC_Runner.c'
|
|
- '../vendor/unity/src/unity.c'
|
|
:options:
|
|
- 'TEST'
|
|
- 'CMOCK_MEM_STATIC'
|
|
- 'CMOCK_MEM_SIZE=128'
|
|
#- 'CMOCK_MEM_SIZE=40000'
|
|
- 'CMOCK_MEM_ALIGN=2'
|
|
- 'CMOCK_MEM_INDEX_TYPE=int'
|
|
|