| author | |
| committer | |
| log | 03b5392e53513a0f90aa5c10219c7caee6383997 |
| tree | f6f2f6b2c4b3988f1180ca2eec36b380a5ac31de |
| parent | ee2f36530c6b91353d7c468bf2b287a2cfec77ff |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -24,7 +24,7 @@ pub fn build(b: *std.Build) void { |
| 24 | 24 | test_cmd.has_side_effects = true; |
| 25 | 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 | 28 | test_step.dependOn(&test_cmd.step); |
| 29 | 29 | |
| 30 | 30 | // |