cunit

Lightweight unit testing framework for C with automated test discovery

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight unit testing framework for C

Commands

cunit

Examples

Run all tests in a test suite$ cunit -i
Run tests with verbose output showing each test result$ cunit -v
Display help information and available options$ cunit -h