diff options
| author | Chris Boesch <[email protected]> | 2023-05-15 00:06:15 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-05-15 00:06:15 +0200 |
| commit | c3a73b8e2b3a276dd87ee27528a1dd52db77e3b8 (patch) | |
| tree | cc0237541ad510bcbf467a63ec6734ba27c61243 /build.zig | |
| parent | 4c6b6b94e4e40ec9e02a64b97aec34ee4605ae6e (diff) | |
| download | ziglings-c3a73b8e2b3a276dd87ee27528a1dd52db77e3b8.tar.xz ziglings-c3a73b8e2b3a276dd87ee27528a1dd52db77e3b8.zip | |
Added testing exercise.
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1219,9 +1219,8 @@ const exercises = [_]Exercise{ }, .{ .main_file = "102_testing.zig", - .output = "All 1 tests passed.", + .output = "", .run_test = true, - .skip = true, }, .{ .main_file = "999_the_end.zig", |
