mirror of
https://github.com/ThrowTheSwitch/CMock
synced 2025-03-13 16:51:12 -04:00
15 lines
503 B
YAML
15 lines
503 B
YAML
# =========================================================================
|
|
# CMock - Automatic Mock Generation for C
|
|
# ThrowTheSwitch.org
|
|
# Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
|
|
# SPDX-License-Identifier: MIT
|
|
# =========================================================================
|
|
|
|
:cmock:
|
|
:plugins:
|
|
- 'soda'
|
|
- 'pizza'
|
|
:treat_externs: :include
|
|
:treat_inlines: :include
|
|
:inline_function_patterns: ['MY_INLINE_FUNCTION_DECLARATION_PATTERN']
|