aboutsummaryrefslogtreecommitdiff
path: root/exercises/102_testing.zig
AgeCommit message (Collapse)AuthorFilesLines
2023-05-15Added testing exercise.Chris Boesch1-2/+104
2023-05-03Added new flag 'run_test' to support test steps for test exercises.Chris Boesch1-0/+10
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.