Ceedling icon indicating copy to clipboard operation
Ceedling copied to clipboard

Ruby-based unit testing and build system for C projects

Results 213 Ceedling issues
Sort by recently updated
recently updated
newest added

@mvandervoord @mkarlesky Hi both, I found at building objects, multi-thread is not used. Why? I tried to modify as below and found it works. So I wonder the reason and...

1. If `:defines` or `:flags` config or mixin conventions mismatch (array vs. matcher hash), the array is promoted to the hash-style `*` matcher automatically with a notice logging this modification....

I'm just starting to learn ceedling. I followed the steps on this website to create a new project.(https://throw-the-switch.squarespace.com/ceedling) When I run cmd - “ceedling test:all”, there are errors. looks like...

Hello, I would like to request a feature enhancement for the `module:create` command in Ceedling. #### Current Behavior The `module:create` command currently checks only the first entry in the `:source`...

Hello, Using Ceedling 1.0.0, my application includes multiple Ceedling projects for my modules and I ran on a problem when I want to run the unit tests of all the...

- Add option to `:tools` definitions for retrieving the version for that tool - Add option to plugins to do the same - Add command line task for reporting the...

feature request

If `:use_version_macros` set to `true`, then automatically generated and inject defines for the following: - `CEEDLING_VERSION_MAJOR` - `CEEDLING_VERSION_MINOR` - `CEEDLING_VERSION_BUILD` - `CEEDLING_VERSION` (following the same system as Unity and CMock...

Hello, First of all, thank you for Ceedling in general! It's an amazing tool! However, I don't know if it's a bug or not, but I've been using version 0.31.1...

usability

I have created a YAML configuration file to test C++ files and generate a report using Ceedling. I would like to request verification of this file to ensure it is...