Files
CMock/test/project.yml
T
2026-05-29 16:28:57 -04:00

34 lines
789 B
YAML

# =========================================================================
# CMock - Automatic Mock Generation for C
# ThrowTheSwitch.org
# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
# SPDX-License-Identifier: MIT
# =========================================================================
:project:
:build_root: './system/build/'
:colour: true
:paths:
:source:
- './system/generated/'
:include:
- './system/generated/'
- '../examples/test/'
- '../src/'
- '../vendor/unity/src/'
- '../vendor/c_exception/lib/'
- './system/test_compilation/'
- './'
:build: './system/build/'
:test_compilation: './system/test_compilation/'
:extension:
:object: '.o'
:executable: '.exe'
:defines:
:test:
- CMOCK