| ... | @@ -33,6 +33,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -33,6 +33,7 @@ pub fn build(b: *std.Build) void { |
| 33 | tests.use_lld = !disable_llvm; | 33 | tests.use_lld = !disable_llvm; |
| 34 | | 34 | |
| 35 | const run_test = b.addRunArtifact(tests); | 35 | const run_test = b.addRunArtifact(tests); |
| | 36 | run_test.setCwd(b.path(".")); |
| 36 | run_test.has_side_effects = true; | 37 | run_test.has_side_effects = true; |
| 37 | | 38 | |
| 38 | const test_step = b.step("test", "Run all library tests"); | 39 | const test_step = b.step("test", "Run all library tests"); |