-
Hi, I'm trying to run the latest pre-release 1.0.0 version and I have on my Win11 x64:
```
c:\Users\mdymek\Downloads\Ceedling-1.0.0-cb01ae0\bin>ruby --version
ruby 3.3.5 (2024-09-03 revision ef084c…
-
Hello,
We recently evaluated Ceedling for embedded unit testing and found it to be a great tool overall. However, during the security approval process at our organization, we encountered some conce…
-
At some point the UT just stopped working. When I try to refresh the tests I get "spawn EINVAL" error in VS Code. The configuration wasn't changed. I can run UTs through the command line, but when I u…
-
Hi,
I am switching from Ceedling 0.31.0 to 1.0.0 (currently using 1.0.0-9fc30fb).
Using module generator pluggin it seems the source files are created in another place than the path I set in my proj…
-
Hello,
I really like the tool, but it doesn't integrate well with one of my favourite tools, [ceedling](https://github.com/ThrowTheSwitch/Ceedling). The problem is on ceedling's end, as they do not…
-
CeedlingPacket.md reports it as a command to list all the assembly files, but when executed it fails with: "Don't know how to build task 'files:assembly' (See the list of available tasks with `rake -…
-
I am working on a big firmware project where Ceedling is used to run unittests and mock driver headers.
The issue I am having is that if I enable the test preprocessor feature and have CMock configu…
-
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 with the…
-
Hi,
I am currently switching from Ceedling 0.31 to 1.0.0 on a project that is already fully tested.
Usually my modules are arranged like that :
- Module.c (all functions definitions)
- Modu…
-
We have three different ceedling projects that run perfectly fine without errors.
However, sometimes they fail (randomly).
We executed the tests over 1000 times, and around 1% of them failed.
S…