| ... | @@ -18,6 +18,6 @@ pub fn build(b: *std.Build) void { | ... | @@ -18,6 +18,6 @@ pub fn build(b: *std.Build) void { |
| 18 | const run_t = b.addRunArtifact(t); | 18 | const run_t = b.addRunArtifact(t); |
| 19 | run_t.has_side_effects = true; | 19 | run_t.has_side_effects = true; |
| 20 | | 20 | |
| 21 | const t_step = b.step("test", "Run all the tests."); | 21 | const t_step = b.step("test", "Run all library tests"); |
| 22 | t_step.dependOn(&run_t.step); | 22 | t_step.dependOn(&run_t.step); |
| 23 | } | 23 | } |