summaryrefslogtreecommitdiff
path: root/exercises/102_testing.zig
AgeCommit message (Collapse)Author
2026-04-03Insert space for additional async exercisesChris Boesch
2025-10-24Wrap comment at 80 chars in 102.Adam Wheeler
Some of the inline comments in 102 are wrapped into very short lines. This rewraps the shortest ones for readability.
2025-07-13for expectEqual the first param is expectedCallum Styan
Signed-off-by: Callum Styan <callumstyan@gmail.com>
2023-05-15Added testing exercise.Chris Boesch
2023-05-03Added new flag 'run_test' to support test steps for test exercises.Chris Boesch
Also created a simple exercise '102_testing' to test the new flag. After the new build system is ready, we skip the exercise in the flow to finish the actual testing exercise.