Part 16. Testing and Debugging
Zig has a built-in test system. You do not need a separate testing library to start writing tests.
| Section | Title |
|---|---|
| 1 | Zig Test Framework |
| 2 | Writing Unit Tests |
| 3 | Table-Driven Tests |
| 4 | Fuzz Testing |
| 5 | Debug Builds |
| 6 | Stack Traces |
| 7 | Assertions |
| 8 | Using GDB and LLDB |
| 9 | Memory Debugging |
| 10 | Benchmarking Code |