Sha256: 0c0df186d99f01666f0d8145289179d86298c3671cdd7083c5e3c4a41625d5d2

Contents?: true

Size: 1.17 KB

Versions: 7

Compression:

Stored size: 1.17 KB

Contents

---
compiler:
  path: gcc
  source_path:     &systest_generated_path './system/generated/'
  unit_tests_path: &unit_tests_path '../examples/test/'
  mocks_path:      &systest_mocks_path './system/generated/'
  build_path:      &systest_build_path './system/build/'
  options:
    - '-c'
    - '-m64'
    - '-Wall'
    - '-Wunused-parameter'
    - '-Wno-address'
    - '-Wno-invalid-token-paste'
    - '-std=c99'
    - '-pedantic'
  includes:
    prefix: '-I'
    items:
      - *systest_generated_path
      - *unit_tests_path
      - *systest_mocks_path
      - '../src/'
      - '../vendor/unity/src/'
      - '../vendor/c_exception/lib/'
      - './system/test_compilation/'
      - './'
  defines:
    prefix: '-D'
    items:
      - CMOCK
      - 'UNITY_SUPPORT_64'
      - 'UNITY_POINTER_WIDTH=64'
  object_files:
    prefix: '-o'
    extension: '.o'
    destination: *systest_build_path

linker:
  path: gcc
  options:
    - -lm
    - '-m64'
  includes:
    prefix: '-I'
  object_files:
    path: *systest_build_path
    extension: '.o'
  bin_files:
    prefix: '-o'
    extension: '.exe'
    destination: *systest_build_path

unsupported:
  - out_of_memory
  - callingconv

colour: true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ceedling-0.31.1 vendor/cmock/test/targets/gcc_64.yml
ceedling-0.31.0 vendor/cmock/test/targets/gcc_64.yml
ceedling-0.30.0 vendor/cmock/test/targets/gcc_64.yml
ceedling-0.28.3 vendor/cmock/test/targets/gcc_64.yml
ceedling-0.28.2 vendor/cmock/test/targets/gcc_64.yml
ceedling-0.28.1 vendor/cmock/test/targets/gcc_64.yml
ceedling-0.27.0 vendor/cmock/test/targets/gcc_64.yml