Mark VanderVoord

Results 12 issues of Mark VanderVoord

I'm going to start building the 0.32 release candidate here. It might be a bit early for a PR, but this makes it easier to test on Actions. Comments, help,...

Has anyone tried unity with .elf build output? _Originally posted by @vitara-campbell in https://github.com/ThrowTheSwitch/Ceedling/issues/110#issuecomment-2071000540_

I'm starting this thread so other members of the community can voice their opinions on this topic. I have some opinions on this, but I promise to be open minded...

developer needs

- Add option to `:tools` definitions for retrieving the version for that tool - Add option to plugins to do the same - Add command line task for reporting the...

feature request

If `:use_version_macros` set to `true`, then automatically generated and inject defines for the following: - `CEEDLING_VERSION_MAJOR` - `CEEDLING_VERSION_MINOR` - `CEEDLING_VERSION_BUILD` - `CEEDLING_VERSION` (following the same system as Unity and CMock...

Version 1.x currently builds each file for each test (ex: a file `blah.c` is compiled for each test that includes `blah.c`). Before this, we had the ability to only compile...

- Each report plugin should notify ceedling if it plans to write to stdout, stderr, etc - (perhaps a retval? perhaps a callback? perhaps a variable?) - If multiple reports...