Ceedling
Ceedling copied to clipboard
Ruby-based unit testing and build system for C projects
In Ceedling 0.32 it is no longer possible to set environment variables from imported configuration files. My use case is having a `env.yml` file which append some paths to the...
I'm going to start building the 0.32 release candidate here. It might be a bit early for a PR, but this makes it easier to test on Actions. Comments, help,...
The Ceedling `rspec` tests were not passing on Windows (MinGW-W64), primarily because segfaults were not detected correctly. I have improved the segfault detection logic and test suite output as well...

Replaced the exists function to get ceedling temporary to work and found another deprecated statement: ``` PS C:\Users\UserXXX> ceedling version Welcome to Ceedling! Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated....
Hello, To give context, I have a set of unit tests where one function was missing the return statement. Somehow this passes in unit testing but it fails when running...
Im trying to create an html report for the test coverage using gcov. I can successfully run 1. ceedling clean 2. ceedling test:all 3. ceedling gcov:all But ceedling utils:gcov fail...
I copied a string from the browser, a made it into a C const, my tests stopped working. I commented out all changes, but that wasn't enough, a non-US-ASCII character...
Hello Folks, I am using Ceedling:: 0.31.1 Unity:: 2.5.4 CMock:: 2.5.4 CException:: 1.3.3 How do we get test case line/function coverage in ceedling? I got results with all test cases...