Start refactoring targets to use those coming from unity. so far we are refactoring to pull project-specific config

This commit is contained in:
Mark VanderVoord
2026-05-15 23:31:56 -04:00
parent 9900e4c5f5
commit 7d99f0f51d
5 changed files with 166 additions and 22 deletions
+34
View File
@@ -0,0 +1,34 @@
# =========================================================================
# 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:
:common:
- CMOCK
- UNITY_SUPPORT_64