|
@ -0,0 +1,80 @@ |
|
|
|
|
|
:project: |
|
|
|
|
|
:use_exceptions: FALSE |
|
|
|
|
|
:use_test_preprocessor: TRUE |
|
|
|
|
|
:use_auxiliary_dependencies: TRUE |
|
|
|
|
|
:build_root: build |
|
|
|
|
|
:release_build: TRUE |
|
|
|
|
|
:test_file_prefix: test_ |
|
|
|
|
|
:which_ceedling: gem |
|
|
|
|
|
:ceedling_version: 0.31.1 |
|
|
|
|
|
:default_tasks: |
|
|
|
|
|
- test:all |
|
|
|
|
|
|
|
|
|
|
|
:test_build: |
|
|
|
|
|
:use_assembly: TRUE |
|
|
|
|
|
|
|
|
|
|
|
:release_build: |
|
|
|
|
|
:output: Calculator.out |
|
|
|
|
|
:use_assembly: FALSE |
|
|
|
|
|
|
|
|
|
|
|
:environment: |
|
|
|
|
|
|
|
|
|
|
|
:extension: |
|
|
|
|
|
:executable: .out |
|
|
|
|
|
|
|
|
|
|
|
:paths: |
|
|
|
|
|
:test: |
|
|
|
|
|
- +:test/** |
|
|
|
|
|
:source: |
|
|
|
|
|
- src/** |
|
|
|
|
|
:support: |
|
|
|
|
|
:libraries: [] |
|
|
|
|
|
|
|
|
|
|
|
:defines: |
|
|
|
|
|
:common: &common_defines [] |
|
|
|
|
|
:test: |
|
|
|
|
|
- *common_defines |
|
|
|
|
|
- TEST |
|
|
|
|
|
- UNITY_INCLUDE_DOUBLE |
|
|
|
|
|
:test_preprocess: |
|
|
|
|
|
- *common_defines |
|
|
|
|
|
- TEST |
|
|
|
|
|
|
|
|
|
|
|
:cmock: |
|
|
|
|
|
:mock_prefix: mock_ |
|
|
|
|
|
:when_no_prototypes: :warn |
|
|
|
|
|
:enforce_strict_ordering: TRUE |
|
|
|
|
|
:plugins: |
|
|
|
|
|
- :ignore |
|
|
|
|
|
- :callback |
|
|
|
|
|
:treat_as: |
|
|
|
|
|
uint8: HEX8 |
|
|
|
|
|
uint16: HEX16 |
|
|
|
|
|
uint32: UINT32 |
|
|
|
|
|
int8: INT8 |
|
|
|
|
|
bool: UINT8 |
|
|
|
|
|
|
|
|
|
|
|
:gcov: |
|
|
|
|
|
:reports: |
|
|
|
|
|
- HtmlDetailed |
|
|
|
|
|
:gcovr: |
|
|
|
|
|
:html_medium_threshold: 75 |
|
|
|
|
|
:html_high_threshold: 90 |
|
|
|
|
|
|
|
|
|
|
|
:libraries: |
|
|
|
|
|
:placement: :end |
|
|
|
|
|
:flag: "-l${1}" |
|
|
|
|
|
:path_flag: "-L ${1}" |
|
|
|
|
|
:system: |
|
|
|
|
|
- 'm' # for example, you might list 'm' to grab the math library |
|
|
|
|
|
:test: [] |
|
|
|
|
|
:release: [] |
|
|
|
|
|
|
|
|
|
|
|
:plugins: |
|
|
|
|
|
:load_paths: |
|
|
|
|
|
- "#{Ceedling.load_path}" |
|
|
|
|
|
:enabled: |
|
|
|
|
|
- stdout_pretty_tests_report |
|
|
|
|
|
- xml_tests_report |
|
|
|
|
|
- module_generator |
|
|
|
|
|
... |