Sha256: dec257ce023d20b55abfbc0fae0e17d40afddb7365624f75ffac6fb471e85752

Contents?: true

Size: 1.33 KB

Versions: 19

Compression:

Stored size: 1.33 KB

Contents

---

# Notes:
# Sample project C code is not presently written to produce a release artifact.
# As such, release build options are disabled.
# This sample, therefore, only demonstrates running a collection of unit tests.

:project:
  :use_exceptions: FALSE
  :use_test_preprocessor: TRUE
  :use_auxiliary_dependencies: TRUE
  :build_root: build
  # :release_build: TRUE
  :test_file_prefix: Test

#:release_build:
#  :output: TempSensor.out
#  :use_assembly: FALSE

:environment: []

:extension:
  :executable: .out

:paths:
  :test:
    - +:test/**
    - -:test/support
  :source:
    - src/**
  :support:
    - test/support

:defines:
  :common: &common_defines []
  :test:
    - *common_defines
    - TEST
  :test_preprocess:
    - *common_defines
    - TEST

:cmock:
  :when_no_prototypes: :warn
  :enforce_strict_ordering: TRUE
  :plugins:
    - :ignore
  :treat_as:
    uint8:    HEX8
    uint16:   HEX16
    uint32:   UINT32
    int8:     INT8
    bool:     UINT8

#:tools:
# Ceedling defaults to using gcc for compiling, linking, etc.
# As [:tools] is blank, gcc will be used (so long as it's in your system path)
# See documentation to configure a given toolchain for use

:tools_test_linker:
  :arguments:
    - -lm

:plugins:
  :load_paths:
    - vendor/ceedling/plugins
  :enabled:
    - stdout_pretty_tests_report
    #- stdout_ide_tests_report
...

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ceedling-0.27.0 examples/temp_sensor/project.yml
ceedling-0.25.0 examples/temp_sensor/project.yml
ceedling-0.24.0 examples/temp_sensor/project.yml
ceedling-0.22.0 examples/temp_sensor/project.yml
ceedling-0.21.0 examples/temp_sensor/project.yml
ceedling-0.20.3 examples/temp_sensor/project.yml
ceedling-0.20.2 examples/temp_sensor/project.yml
ceedling-0.19.0 examples/temp_sensor/project.yml
ceedling-0.18.0 examples/temp_sensor/project.yml
ceedling-0.17.0 examples/temp_sensor/project.yml
ceedling-0.16.0 examples/temp_sensor/project.yml
ceedling-0.15.6 examples/temp_sensor/project.yml
ceedling-0.15.5 examples/temp_sensor/project.yml
ceedling-0.15.4 examples/temp_sensor/project.yml
ceedling-0.15.3 examples/temp_sensor/project.yml
ceedling-0.15.2 examples/temp_sensor/project.yml
ceedling-0.15.1 examples/temp_sensor/project.yml
ceedling-0.15.0 examples/temp_sensor/project.yml
ceedling-0.13.0 examples/temp_sensor/project.yml