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

Ceedling documentation on this page: https://github.com/ThrowTheSwitch/Ceedling/tree/master/plugins/command_hooks States that: You may also specify an array of executables to be called in a particular place, like so: ```yaml :tools: :post_test: - :executable:...

In `gcov.rb`, inside of loop `COLLECTION_ALL_SOURCE.each do |source|`, Ceedling checks to see if `source` is present in `ignore_uncovered_list`. However, the paths in either list are not normalized, so if one...

In v0.28.2 of the Ceedling gem, there is no **vendor** folder in the fake function framework (fff) plugin folder (**vendor/ceedling/plugins/fake_function_framework**). There should be a **vendor** folder there that contains a...

One thing that I've done outside of Ceedling, but I would like to see done in Ceedling is running a memory analyzer like Valgrind or Dr Memory as an option....

Hello, i'm no ruby programmer but i got an issue with test reports, i've written a simple test which Passes and then get the answer from ceedling that the sanity...

Hello, I need to link my test project with -lpthread, in project.yml I had insert > :libraries: :placement: :end :flag: "-L ${1}" # or "-L ${1}" for example :common: &common_libraries...

Hi there! I'm facing problems when calculating the code coverage over a project. When I run the tests to my project with the comand `ceedling project:$project_name gcov:all utils:gcov`, I get...

I have a function with a prototype of: [code] void send_cmd (uint8_t cmd, uint8_t len, ...); [/code] For this, CMock generates send_cmd_Expect() which takes exactly two arguments. How would I...

It would be nice to have a way to run ceedling with a test that is known to fail into a debugger, removing the need to manually enable the debug...