| author | |
| committer | |
| log | b0d7878680fff57fd5ed9e7e4d2694acc0b81255 |
| tree | a4ce08764d4c34de83fd571d84e6a4909cd3e869 |
| parent | 1a0f23757e1889e6ae260c2931a9b9d84ef7d2b3 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -35,6 +35,6 @@ pub fn build(b: *std.Build) void { |
| 35 | 35 | const run_test = b.addRunArtifact(tests); |
| 36 | 36 | run_test.has_side_effects = true; |
| 37 | 37 | |
| 38 | const test_step = b.step("test", "Run the test suite"); | |
| 38 | const test_step = b.step("test", "Run all library tests"); | |
| 39 | 39 | test_step.dependOn(&run_test.step); |
| 40 | 40 | } |