Sha256: aa2982e2e8031418d6300f122b699b15a834ac6104606018083aae404cc684ba

Contents?: true

Size: 1.16 KB

Versions: 8

Compression:

Stored size: 1.16 KB

Contents

---
compiler:
  path: gcc
  source_path:     &systest_generated_path 'test/system/generated/'
  unit_tests_path: &unit_tests_path 'examples/test/'
  mocks_path:      &systest_mocks_path 'test/system/generated/'
  build_path:      &systest_build_path 'test/system/build/'
  options:
    - '-c'
    - '-m64'
    - '-Wall'
    - '-Wunused-parameter'
    - '-Wno-address'
    - '-std=c99'
    - '-pedantic'
  includes:
    prefix: '-I'
    items:
      - *systest_generated_path
      - *unit_tests_path
      - *systest_mocks_path
      - 'src/'
      - 'vendor/unity/src/'
      - 'vendor/c_exception/lib/'
      - 'test/system/test_compilation/'
      - 'test/'
  defines:
    prefix: '-D'
    items:
      - '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:
  - callingconv

colour: true

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ceedling-0.18.0 vendor/cmock/targets/gcc_64.yml
ceedling-0.17.0 vendor/cmock/targets/gcc_64.yml
ceedling-0.16.0 vendor/cmock/targets/gcc_64.yml
ceedling-0.15.6 vendor/cmock/targets/gcc_64.yml
ceedling-0.15.5 vendor/cmock/targets/gcc_64.yml
ceedling-0.15.4 vendor/cmock/targets/gcc_64.yml
ceedling-0.15.3 vendor/cmock/targets/gcc_64.yml
ceedling-0.15.2 vendor/cmock/targets/gcc_64.yml