lit

Portable test runner for LLVM and Clang-style test suites

brewmacoslinux
Try with needOr install directly
Source

About

Portable tool for LLVM- and Clang-style test suites

Commands

lit

Examples

Run all tests in a directory$ lit /path/to/tests
Run tests with verbose output$ lit -v /path/to/tests
Run tests in parallel with custom worker count$ lit -j 4 /path/to/tests