1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-03-11 16:41:12 -04:00
CMock/test/c/TestCMockCDynamic.yml

20 lines
588 B
YAML
Raw Normal View History

# =========================================================================
# CMock - Automatic Mock Generation for C
# ThrowTheSwitch.org
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
# SPDX-License-Identifier: MIT
# =========================================================================
---
:files:
- '../src/cmock.c'
- './c/TestCMockCDynamic.c'
- './c/TestCMockCDynamic_Runner.c'
- '../vendor/unity/src/unity.c'
:options:
- 'TEST'
- 'CMOCK_MEM_DYNAMIC'
- 'CMOCK_MEM_SIZE=64'
- 'CMOCK_MEM_ALIGN=3'
- 'CMOCK_MEM_INDEX_TYPE=short'