| author | |
| committer | |
| log | 58f624046834b2b965baa22767ba0bc178efa939 |
| tree | 94beee1f33cddb77cd75164ffc49956b03e449f0 |
| parent | bfc5a70fee3b065f523ae5c4754867c497ce87ea |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -20,6 +20,7 @@ pub fn build(b: *std.Build) void { |
| 20 | 20 | |
| 21 | 21 | const test_step = b.step("test", "Run all library tests"); |
| 22 | 22 | const tests_run = b.addRunArtifact(tests); |
| 23 | tests_run.setCwd(b.path(".")); | |
| 23 | 24 | tests_run.has_side_effects = true; |
| 24 | 25 | test_step.dependOn(&tests_run.step); |
| 25 | 26 | } |