| author | |
| committer | |
| log | 3c9ea67da4b4eff8cb2f25d3681066360590f637 |
| tree | 38efdce3def1d6b3f2cf1258e4ffec0cb2045840 |
| parent | d7c57401842aa50dac82c4de8105836f43ad6f6c |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -9,6 +9,6 @@ pub fn build(b: *std.build.Builder) void { |
| 9 | 9 | |
| 10 | 10 | const run_t = b.addRunArtifact(t); |
| 11 | 11 | |
| 12 | const t_step = b.step("run", "Run all the tests."); | |
| 12 | const t_step = b.step("test", "Run all the tests."); | |
| 13 | 13 | t_step.dependOn(&run_t.step); |
| 14 | 14 | } |