Sha256: db1be0d2e36dfa57d503bf4de1309864eb1313c4c3d903d745dcc87aafd6c878

Contents?: true

Size: 1.79 KB

Versions: 7

Compression:

Stored size: 1.79 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'
    - '-Wall'
    - '-Wextra'
    - '-Wunused-parameter'
    - '-Wno-address'
    - '-Wno-invalid-token-paste'
    - '-std=c99'
    - '-pedantic'
    - '-O0'
  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:
      - CMOCK
      - 'CMOCK_MEM_STATIC'
      - 'CMOCK_MEM_SIZE=1024'
  object_files:
    prefix: '-o'
    extension: '.o'
    destination: *systest_build_path

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

unsupported:
  - all_plugins_but_other_limits
  - all_plugins_coexist
  - array_and_pointer_handling
  - const_primitives_handling
  - enforce_strict_ordering
  - expect_and_return_custom_types
  - expect_and_return_treat_as
  - expect_and_throw
  - expect_any_args
  - fancy_pointer_handling
  - function_pointer_handling
  - newer_standards_stuff1
  - nonstandard_pased_stuff_1
  - nonstandard_pased_stuff_2
  - parsing_challenges
  - return_thru_ptr_and_expect_any_args
  - return_thru_ptr_ignore_arg
  - struct_union_enum_expect_and_return
  - struct_union_enum_expect_and_return_with_plugins
  - stubs_with_callbacks
  - unity_64bit_support
  - unity_ignores
  - callingconv
  - C

colour: true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ceedling-0.25.0 vendor/cmock/targets/gcc_tiny.yml
ceedling-0.24.0 vendor/cmock/targets/gcc_tiny.yml
ceedling-0.22.0 vendor/cmock/targets/gcc_tiny.yml
ceedling-0.21.0 vendor/cmock/targets/gcc_tiny.yml
ceedling-0.20.3 vendor/cmock/targets/gcc_tiny.yml
ceedling-0.20.2 vendor/cmock/targets/gcc_tiny.yml
ceedling-0.19.0 vendor/cmock/targets/gcc_tiny.yml