cutter-cli

Unit testing framework for C and C++ with assertion macros and test runners.

brewmacoslinux
Try with needOr install directly
Source

About

Unit Testing Framework for C and C++

Commands

cutter

Examples

run all unit tests in current directory$ cutter
run tests from specific test file$ cutter test_myapp.c
run tests with verbose output$ cutter --verbose
run tests in specific directory recursively$ cutter tests/
run specific test with xml report output$ cutter --xml-report=report.xml tests/