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