| author | |
| committer | |
| log | 8a3254e194d970a18a083f06f5877f4b30c831ce |
| tree | 835dd9d886b830e2348f5e7c1fac26eeecbe144c |
| parent | 3ae26f4ac394ce20453239fdf4314e49e7cc4cfb |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -17,6 +17,7 @@ pub fn build(b: *std.Build) void { |
| 17 | 17 | |
| 18 | 18 | const test_step = b.step("test", "Run all library tests"); |
| 19 | 19 | const tests_run = b.addRunArtifact(tests); |
| 20 | tests_run.setCwd(b.path(".")); | |
| 20 | 21 | tests_run.has_side_effects = true; |
| 21 | 22 | test_step.dependOn(&tests_run.step); |
| 22 | 23 | } |