cutter-cli

Unit testing framework for C and C++ with test discovery and reporting

brewmacoslinux
Try with needOr install directly
Source

About

Unit Testing Framework for C and C++

Commands

cutter

Examples

Run all tests in a test file$ cutter --test-case-dir ./tests
Run specific test suite with verbose output$ cutter -v --test-case-dir ./tests --test-suite MyTestSuite
Generate test report in specific format$ cutter --test-case-dir ./tests --report-type json -o report.json