Tiny tweaks to prepare for next phase

This commit is contained in:
Mark VanderVoord
2026-05-16 22:48:24 -04:00
parent f7c3f73b21
commit 5c6f42ae45
7 changed files with 1 additions and 61 deletions
@@ -7,11 +7,6 @@
# CMock overlay for vendor/unity/test/targets/clang_strict.yml
# Only contains additions not present in the Unity base target.
:defines:
:test:
- UNITY_POINTER_WIDTH=64
:unsupported:
- out_of_memory
- callingconv
-4
View File
@@ -8,10 +8,6 @@
# CMock overlay for vendor/unity/test/targets/gcc_32.yml
# Only contains additions not present in the Unity base target.
---
:defines:
:test:
- UNITY_SUPPORT_64
:unsupported:
- out_of_memory
- unity_64bit_support
-5
View File
@@ -7,11 +7,6 @@
# CMock overlay for vendor/unity/test/targets/gcc_64.yml
# Only contains additions not present in the Unity base target.
:defines:
:test:
- UNITY_POINTER_WIDTH=64
:unsupported:
- out_of_memory
- callingconv
-16
View File
@@ -1,16 +0,0 @@
# =========================================================================
# CMock - Automatic Mock Generation for C
# ThrowTheSwitch.org
# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
# SPDX-License-Identifier: MIT
# =========================================================================
# CMock overlay for vendor/unity/test/targets/iar_arm_v5.yml
# Only contains additions not present in the Unity base target.
:unsupported:
- out_of_memory
- nonstandard_parsed_stuff_1
- const
- callingconv
- unity_64bit_support
@@ -6,36 +6,6 @@
# =========================================================================
---
colour: true
:tools:
:test_compiler:
:name: compiler
:executable: gcc
:arguments:
- "-c"
- "-Wall"
- "-Wextra"
- "-Wunused-parameter"
- "-Wno-address"
- "-Wno-invalid-token-paste"
- "-std=c99"
- "-pedantic"
- "-O0"
- '-I"$": COLLECTION_PATHS_TEST_TOOLCHAIN_INCLUDE'
- '-I"$": COLLECTION_PATHS_TEST_SUPPORT_SOURCE_INCLUDE_VENDOR'
- "-D$: COLLECTION_DEFINES_TEST_AND_VENDOR"
- "${1}"
- "-o ${2}"
:test_linker:
:name: linker
:executable: gcc
:arguments:
- "${1}"
- "-lm"
- "-o ${2}"
:extension:
:object: ".o"
:executable: ".exe"
:defines:
:test:
- CMOCK_MEM_STATIC