25 skills found
google / CmockeryA lightweight library to simplify and generalize the process of writing unit tests for C applications.
ThrowTheSwitch / CMockMock/stub generator for C
ThrowTheSwitch / CeedlingUnit testing and build system for C projects
clibs / CmockaAn elegant unit testing framework for C with support for mock objects.
lpabon / Cmockery2Reviving cmockery unit test framework from Google
swedishembedded / SDKEmbedded firmware development, simulation and verification SDK
ElectronVector / Fake Function FrameworkA plug-in for Ceedling to use the Fake Function Framework (fff) for mocking instead of Cmock.
samvrlewis / Cmocka Embedded ExampleAn example of unit testing embedded C code using the cmocka framework
ThrowTheSwitch / MadScienceLabDockerC unit testing & build environment with Unity, CMock, and Ceedling
OlivierLDff / Cmocka Cmake ExampleA sample project using CMocka with CMake
ElectronVector / Mocking Hardware Ceedling CmockExample for mocking embedded hardware with Ceedling and CMock.
dansanderson / C Autotools TemplateA template for new C projects with Autotools, modules, Unity Test and CMock
coreboot / Cmockamirror of https://gitlab.com/cmocka/cmocka.git
ThrowTheSwitch / CMockExampleAn example project of an LED controller which demonstrates the use of mocks.
antmicro / Zephyr Cmock Unity ModuleNo description available
mihaiolteanu / CalculatorContrieved example for cmock + unity + cmake
tianocore / Edk2 CmockaMirror of https://git.cryptomilk.org/projects/cmocka.git
patperry / CmockeryFork of Google's C unit testing framework.
acgreek / ExtremeCMockMock a function in c at run time
jwgrenning / Flash Driver CmockaExample of using cmocka c test framework, and TDD