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

I may just not know how to do this, so sorry if I'm off base here. If you have some program feature that is controlled by `#define`s, I don't know...

I am running into a strange problem that I can reproduce with the `blinky` example. Header/include modifications are not taken in account in the next build. if I only modify...

Hello everyone. I have a large project with multiple .c and .h files, and I want to compile EVERYTHING in the directory before running the tests. (I'm semi noob on...

I'm trying to include a header file that is linked to multiple source files in my ceedling test but I'm getting undefined reference for the interface that park under the...

Is it true that the function prefix is not configurable? The Test Files & Executable Test Fixtures section of the doc says: > There are no configuration options for the...

I think, it would be very nice to have a *dry run* option, to see what commands ceedling would run.

In the project root I have a directory `/include` I would like to create stubs for headers in this directory. Assuming I have a header `lcd.h` when I try `$...

The ceedling project.yml file allows unique global compiler defines for each unit test file. (Referring to build options defines such as gcc's -D on the command line.) When a build...

I wanted to add a compiler flags for gcc and it does not seems to be working. Output ![image](https://user-images.githubusercontent.com/59664238/147700222-1f23bb7c-df70-4edd-98f3-4ac9ca9d0375.png) project.yml ![image](https://user-images.githubusercontent.com/59664238/147700282-e3b21173-a31a-4d54-b89d-8a129d8fad62.png) Is there something else to do?

Hi I got an issue when I run ceedling test:path[dir] # Run tests whose test path contains [dir] or [dir] substring First, If I run ceedling test:all or test:* (run...