| author | |
| committer | |
| log | 3d67f2142b2942297bc091ace00d26c8e0cc27ea |
| tree | 3cf3ae81c7eaedaf83a0ad2e951e3be9d6220e2d |
| parent | cfcdea2b9036880eee995e45396adfad936e5c73 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -18,6 +18,7 @@ pub fn build(b: *std.Build) void { |
| 18 | 18 | tests.root_module.link_libc = true; |
| 19 | 19 | tests.use_llvm = !disable_llvm; |
| 20 | 20 | tests.use_lld = !disable_llvm; |
| 21 | b.getInstallStep().dependOn(&tests.step); | |
| 21 | 22 | |
| 22 | 23 | const test_step = b.step("test", "Run all library tests"); |
| 23 | 24 | const tests_run = b.addRunArtifact(tests); |