| ... | @@ -18,6 +18,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -18,6 +18,7 @@ pub fn build(b: *std.Build) void { |
| 18 | tests.root_module.link_libc = true; | 18 | tests.root_module.link_libc = true; |
| 19 | tests.use_llvm = !disable_llvm; | 19 | tests.use_llvm = !disable_llvm; |
| 20 | tests.use_lld = !disable_llvm; | 20 | tests.use_lld = !disable_llvm; |
| | 21 | b.getInstallStep().dependOn(&tests.step); |
| 21 | | 22 | |
| 22 | const test_step = b.step("test", "Run all library tests"); | 23 | const test_step = b.step("test", "Run all library tests"); |
| 23 | const tests_run = b.addRunArtifact(tests); | 24 | const tests_run = b.addRunArtifact(tests); |