simple and generic testing

Radikant Probe is a simple batch testing tool that i wrote to be used accros Radikant Libraries specifically to perform regression and batch testing. It executes isolated child processes on POSIX systems, to safely detect and report fatal crashes like segmentation faults without terminating the main test runner. It has a rudimentary memory leak indicator that can hint if the software under test might leak memory. You can define and register multiple test suites and run them in aggregation with runtime verbosity control. Tests are passed and registered with function pointers.