| ... | @@ -24,7 +24,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -24,7 +24,7 @@ pub fn build(b: *std.Build) void { |
| 24 | test_cmd.has_side_effects = true; | 24 | test_cmd.has_side_effects = true; |
| 25 | test_cmd.step.dependOn(b.getInstallStep()); | 25 | test_cmd.step.dependOn(b.getInstallStep()); |
| 26 | | 26 | |
| 27 | const test_step = b.step("test", "Run the tests"); | 27 | const test_step = b.step("test", "Run all library tests"); |
| 28 | test_step.dependOn(&test_cmd.step); | 28 | test_step.dependOn(&test_cmd.step); |
| 29 | | 29 | |
| 30 | // | 30 | // |