A parrallel runner for the C Greatest unit testing library.
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.