mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 20:11:23 +00:00
This is a small change to help when reading failure logs which makes the "exited with code 1" and similar message include the test name. Further enhancements could do the following: * even if one unit test crashes the process, the parent process continues running the other unit tests * ability to test for expected panics (#1356) * timeouts on individual tests