Getting the Most out of Ceedling’s Module Generator
Ceedling is an open-source tool that provides features which help C developers build and test their code. It pulls together Unity (unit test framework) and CMock (mocking framework), as well a handful of other pieces like plugin support and dependency generation. Ceedling includes a plugin called module-generator that I use quite often. It’s a handy […]