Description
Provides CppUTest, a unit testing and mocking framework for C and C++ projects. It is useful for embedded code, legacy C, and projects that need lightweight tests with mock support.
Install it when building or writing software that uses CppUTest. Mock-based tests help isolate behavior, but real integration tests are still needed for hardware and system boundaries.