| ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { |
| 16 | t.use_lld = !disable_llvm; | 16 | t.use_lld = !disable_llvm; |
| 17 | | 17 | |
| 18 | const run_t = b.addRunArtifact(t); | 18 | const run_t = b.addRunArtifact(t); |
| | 19 | run_t.setCwd(b.path(".")); |
| 19 | run_t.has_side_effects = true; | 20 | run_t.has_side_effects = true; |
| 20 | | 21 | |
| 21 | const t_step = b.step("test", "Run all library tests"); | 22 | const t_step = b.step("test", "Run all library tests"); |