| author | |
| committer | |
| log | bebb39ae30d9848a1c212cee582d0b1c102d8b87 |
| tree | 6a42fbb01f183b3907a38bcf254432a3835e1b81 |
| parent | 2f19992cb1802893315bd70ce050a53808b04ea5 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -35,6 +35,7 @@ pub fn build(b: *std.Build) void { |
| 35 | 35 | }); |
| 36 | 36 | tests.use_llvm = !disable_llvm; |
| 37 | 37 | tests.use_lld = !disable_llvm; |
| 38 | b.getInstallStep().dependOn(&tests.step); | |
| 38 | 39 | |
| 39 | 40 | const run_test = b.addRunArtifact(tests); |
| 40 | 41 | run_test.setCwd(b.path(".")); |