cmockery

Unit testing and mocking library for C with built-in mock object support

brewmacoslinux
Try with needOr install directly
Source

About

Unit testing and mocking library for C

Commands

cmockery

Examples

Link cmockery library when compiling C test files$ gcc -o test_program test.c -lcmockery
Include cmockery header in test file for mock function declarations$ gcc -o test_program test.c -lcmockery -I$(brew --prefix cmockery)/include
Run compiled test executable with cmockery framework$ ./test_program