| author | |
| committer | |
| log | 39febbcd89ea0a92f849c1697b76dd540ee6cfb6 |
| tree | 796b82340a959b18df05af373e79b1925422ec74 |
| parent | 3a813dc9d347ec7ddf5c9186434e70b0b0a5dba1 |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -34,6 +34,7 @@ pub fn build(b: *std.Build) void { |
| 34 | 34 | |
| 35 | 35 | const test_step = b.step("test", "Run all library tests"); |
| 36 | 36 | const tests_run = b.addRunArtifact(tests); |
| 37 | tests_run.setCwd(b.path(".")); | |
| 37 | 38 | tests_run.has_side_effects = true; |
| 38 | 39 | test_step.dependOn(&tests_run.step); |
| 39 | 40 | } |