-
I have set the ceedlingExplorer.shellPath to point to the proper location (somewhere where ceedling binary is located, one level before).
Yet I am still getting this message
Ceedling failed to r…
-
I've configured Ceedling to run using the plugin. I've also added xml_tests_report to my project.yml.
For some reason, after running tests, I get a "red bang" icon, instead of a test status.
![Red…
-
I'd like to use different project.yml configuration files, because I've a project with different configurations and every configuration has its own defines.
The Ceedling manual says:
> To use a …
-
We use ceedling in pretty much all of our embedded projects as a straightforward testing framework with mocks, and it works well.
However, we're looking at adding property-based testing, possibly w…
-
Help output depends on unknown state. Here is the sequence:
```
$ ceedling help
Welcome to Ceedling!
Commands:
ceedling example PROJ_NAME [DEST] # new specified example project (in DEST, if …
Tyrn updated
10 months ago
-
Hi,
I am currently doing unit testing with xc8 compiler on simulator using [this ](https://github.com/jmrubillon/Ceedling_xc8) project as a baseline.
I was trying to merge an SCL script from MPLAB…
-
I am running Ceedling in windows, sometimes. I have the GNU toolchain installed via MSYS2/MINGW64 and Ceedling installed using Ruby. I can run all of my unit tests in Ceedling with no problems if I de…
-
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_C…
-
I've seen that Unity has support for parameterised testing but there's very little documentation available.
I'm trying to create a parametised test like this:
```c
#define TEST_CASE(...)
// ..…
TAGC updated
6 months ago
-
In my project.yml
i've configured ceedling plugins directory like this
`:plugins:`
`:load_paths:`
`- d:/users/pennam/[TEST]_CEEDLING/Ceedling-0.20.3/plugins`
and when i try to run ceedling it fails w…