Sha256: 7008401988df9fa08fd7a42d19ec0387843824ac65a852ab5d0927d7844fd8fa

Contents?: true

Size: 847 Bytes

Versions: 2

Compression:

Stored size: 847 Bytes

Contents

# =========================================================================
#   Ceedling - Test-Centered Build System for C
#   ThrowTheSwitch.org
#   Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
#   SPDX-License-Identifier: MIT
# =========================================================================

---

# Enable the unity helper's define to enable our custom assertion
:defines:
  :test:
    '*':
      - TEST # Simple list option to add symbol 'TEST' to compilation of all files in all test executables
      - TEST_CUSTOM_EXAMPLE_STRUCT_T
    'TestUsartIntegrated.c':
      - TEST 
      - TEST_CUSTOM_EXAMPLE_STRUCT_T
      - TEST_USART_INTEGRATED_STRING=\"It's Awesome Time!\n\"
  :release: []

# Add the unity helper configuration to cmock
:cmock:
  :unity_helper_path: 
    - test/support/UnityHelper.h
...

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 examples/temp_sensor/mixin/add_unity_helper.yml
ceedling-1.0.0 examples/temp_sensor/mixin/add_unity_helper.yml