Description
Adds a C unit testing framework for writing and running automated tests around C functions and modules. It helps developers check behavior repeatedly, catch regressions, and organize test suites for native code projects.
It is a development dependency rather than a user-facing app. Install it when you build software that already uses CUnit or when you want this framework for your own C tests.