mirror of
https://github.com/ThrowTheSwitch/CMock
synced 2026-07-04 10:46:01 -04:00
21 lines
560 B
YAML
21 lines
560 B
YAML
# =========================================================================
|
|
# CMock - Automatic Mock Generation for C
|
|
# ThrowTheSwitch.org
|
|
# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
|
|
# SPDX-License-Identifier: MIT
|
|
# =========================================================================
|
|
|
|
---
|
|
:cmock:
|
|
:plugins: []
|
|
:includes: []
|
|
:mock_path: ./system/generated/
|
|
:mock_prefix: mock_
|
|
:treat_inlines: :include
|
|
:treat_as_void:
|
|
- OSEK_TASK
|
|
- VOID_TYPE_CRAZINESS
|
|
:strippables:
|
|
- SAMPLE_EXTERN
|
|
- SAMPLE_MODE
|