Sha256: b21187d4b8a057043d3fa1cadbcd30d7b026f99bdb2193aae2bffebdc0c6eb57

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

# =========================================================================
#   Unity - A Test Framework for C
#   ThrowTheSwitch.org
#   Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
#   SPDX-License-Identifier: MIT
# =========================================================================

---
colour: true
:unity:
  :plugins: []
:tools:
  :test_compiler:
    :name: compiler
    :executable: gcc
    :arguments:
    - "-c"
    - "-m64"
    - "-Wall"
    - "-Wno-address"
    - "-std=c99"
    - "-pedantic"
    - '-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"
    - "-m64"
    - "-o ${2}"
:extension:
  :object: ".o"
  :executable: ".exe"
:paths:
  :test:
    - src/
    - "../src/"
    - testdata/
    - tests/
:defines:
  :test:
  - UNITY_EXCLUDE_STDINT_H
  - UNITY_EXCLUDE_LIMITS_H
  - UNITY_INCLUDE_DOUBLE
  - UNITY_SUPPORT_TEST_CASES
  - UNITY_SUPPORT_64
  - UNITY_INT_WIDTH=32
  - UNITY_LONG_WIDTH=64

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/vendor/unity/test/targets/gcc_64.yml
ceedling-1.0.1 vendor/unity/test/targets/gcc_64.yml
ceedling-1.0.0 vendor/cmock/vendor/unity/test/targets/gcc_64.yml
ceedling-1.0.0 vendor/unity/test/targets/gcc_64.yml