1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-05-01 23:19:34 -04:00
CMock/test/unit/cmock_config_test.yml

15 lines
503 B
YAML
Raw Permalink 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
# =========================================================================
2016-01-07 14:11:52 -05:00
:cmock:
:plugins:
- 'soda'
- 'pizza'
2019-11-10 18:18:13 +01:00
:treat_externs: :include
:treat_inlines: :include
:inline_function_patterns: ['MY_INLINE_FUNCTION_DECLARATION_PATTERN']