| author | |
| committer | |
| log | c207049e9c463dc1dfbd4d6915b1164ed80a982a |
| tree | 9aea0f15cd95dc3817cfdc17e3698e4c2a47a7ea |
| parent | a0e281110f54a160df7b0de49041251fca7f3a5a |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -26,6 +26,7 @@ pub fn build(b: *std.Build) void { |
| 26 | 26 | |
| 27 | 27 | const test_step = b.step("test", "Run all library tests"); |
| 28 | 28 | const tests_run = b.addRunArtifact(tests); |
| 29 | tests_run.setCwd(b.path(".")); | |
| 29 | 30 | tests_run.has_side_effects = true; |
| 30 | 31 | test_step.dependOn(&tests_run.step); |
| 31 | 32 | } |