Unit testing and mocking library for C with built-in mock object support
Unit testing and mocking library for C
cmockery$ gcc -o test_program test.c -lcmockery$ gcc -o test_program test.c -lcmockery -I$(brew --prefix cmockery)/include$ ./test_program