tinytest
tinytest copied to clipboard
Made exit code indicate failure
Binary returns 0 if all tests are successful, 1 if any test failed. This might be used by tools like ctest to check if tests failed and show additional information in such cases.