Sha256: cd5481918b45c6ce5f170812e7d20b5245dda7f0ecd17edfd7a788d3e37de0a2

Contents?: true

Size: 1.25 KB

Versions: 12

Compression:

Stored size: 1.25 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: MyApp.out
#  :use_assembly: FALSE

:environment:

:extension:
  :executable: .out

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

:defines:
  :commmon: &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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ceedling-0.9.0 new_project_template/project.yml
ceedling-0.0.18 new_project_template/project.yml
ceedling-0.0.17 new_project_template/project.yml
ceedling-0.0.16 new_project_template/project.yml
ceedling-0.0.15 new_project_template/project.yml
ceedling-0.0.14 new_project_template/project.yml
ceedling-0.0.13 new_project_template/project.yml
ceedling-0.0.12 new_project_template/project.yml
ceedling-0.0.8 new_project_template/project.yml
ceedling-0.0.7 new_project_template/project.yml
ceedling-0.0.5 new_project_template/project.yml
ceedling-0.0.4 new_project_template/project.yml