| author | |
| committer | |
| log | 5f89211a749aef6bf518889c0467ceb24825c055 |
| tree | 28dc75263e31b6a490e26243bea952d80b8e86fd |
| parent | 18c6c24d692df31a17f78299c4a539c935d1feb1 |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -33,6 +33,7 @@ pub fn build(b: *std.Build) void { |
| 33 | 33 | tests.use_lld = !disable_llvm; |
| 34 | 34 | |
| 35 | 35 | const run_test = b.addRunArtifact(tests); |
| 36 | run_test.setCwd(b.path(".")); | |
| 36 | 37 | run_test.has_side_effects = true; |
| 37 | 38 | |
| 38 | 39 | const test_step = b.step("test", "Run all library tests"); |