Description
Provides cmocka, a unit testing framework for C with support for mock objects. Developers use it to test C functions, simulate dependencies, and verify behavior in small automated tests.
Install it when building or writing C projects that use cmocka. Mock-based tests should still be complemented by integration tests for real system behavior.