Ceedling
Ceedling copied to clipboard
Ruby-based unit testing and build system for C projects
It looks like commit [#b75b523](https://github.com/bidds95/Ceedling/commit/b75b523a73fc6be4fa7521e7b60eb74d4e78b993) may have inadvertently broken support for dashes in filenames. A small change to the regex pattern in _extract_includes() fixes the issue. I haven't found any...
With the default project.yml (as of 1.0.1) and this mixin: ``` :unity: :defines: - UNITY_EXCLUDE_FLOAT - UNITY_INCLUDE_EXEC_TIME :flags: :test: :compile: :*: - -std=c99 ``` Complation fails with: ``` ceedling --mixin=c99bug.yml...
This fixes some small typos in the error messages related to `:defines` configuration (`s/availalbe/available/g`), and adjusts the grammar of the message to clarify that `list` and `matcher` are separate concepts....