Unit testing framework for C with mocking capabilities
Unit testing framework for C
cmocka
$ gcc -o test_example test_example.c -lcmocka
$ ./test_example
$ find_package(cmocka REQUIRED) && target_link_libraries(my_test cmocka)