Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 436 Bytes

greatest_parallel

A parrallel runner for the C Greatest unit testing library.

Usage

Given you built a testing executable using the Greatest C library, you can use this tool to speed up test execution by parallelizing test suites.

usage: greatest_parallel [-v|--verbose] [-j|--jobs JOBSMAX] TEST_RUNNER

see Makefile for usage example.