Ceedling
Ceedling copied to clipboard
Ruby-based unit testing and build system for C projects
I am using my own compiler settings, I have several folders that get included during compilation, so much so that it seems that even though the printed shell command looks...
One of the new test I wrote results in the following error: ``` This is often a symptom of a bad memory access in source or test code ``` But...
Hi all, I have a problem trying to use Qemu as the fixture to run unit tests on an emulated Microblaze. I think everything is quite up and running, and...
I am trying to run Ceedling tests for a module and am receiving the somewhat cryptic compilation output: Test 'test_motorDrive.c' ------------------------ Compiling motorDrive.c... C:\Users\[userName]\AppData\Local\Temp\cc2DmMto.s: Assembler messages: C:\Users\[userName]\AppData\Local\Temp\cc2DmMto.s:48: Error: no such...
It would be handy to have a function line "module:stub" that generates a skeleton unit test file based on the specified header file [module].
We have several binaries generated from the same source code - different applications compiled for different boards. We need to test of these gnerated binaries for which we are planning...
Hello I have a complex project that is built in two very different ways: A): arch AMD64 glibc additional libraries in additional meson subproject paths B): arch arm32v7 musl additional...
Hello, The Ceedling package installed via Ruby (i.e., "gem install ceedling"; version 0.31.1) does not have html_tests_report in the plugins subfolder. Invoking any kind of ceedling command would generate an...
Hi, I have 2 source (main and driver) that I am generating a coverage report using gcovr. Main doesn't use any mocks while driver use mock. I don't have any...
Hello, I have been struggling with this for a bit now. I am trying to mock some headers for an NXP part MCXA154, there is a file fsl_romapi.h. This includes...