| author | |
| committer | |
| log | dcf876ca97b391153bdaa72b21601f76b80e00e1 |
| tree | ad7ace4efd48dee8c6b58d5f4ff01b321ec50558 |
| parent | 1e801b79c98f4275753f52313e9347b6a15c3373 |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { |
| 16 | 16 | t.use_lld = !disable_llvm; |
| 17 | 17 | |
| 18 | 18 | const run_t = b.addRunArtifact(t); |
| 19 | run_t.setCwd(b.path(".")); | |
| 19 | 20 | run_t.has_side_effects = true; |
| 20 | 21 | |
| 21 | 22 | const t_step = b.step("test", "Run all library tests"); |