Sha256: b1b6cee006f6aaa6401d3d396fa817b10d26ad30ae7295de99c72fede0b3a45b
Contents?: true
Size: 1.49 KB
Versions: 2
Compression:
Stored size: 1.49 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 :tools_gcov_linker: :arguments: - -lm #:gcov: # :html_report_type: basic :plugins: :load_paths: - vendor/ceedling/plugins :enabled: - stdout_pretty_tests_report - module_generator - gcov ...
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.29.1 | examples/temp_sensor/project.yml |
ceedling-0.29.0 | examples/temp_sensor/project.yml |