| ... | @@ -39,6 +39,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -39,6 +39,7 @@ pub fn build(b: *std.Build) void { |
| 39 | deps.addAllTo(tests); | 39 | deps.addAllTo(tests); |
| 40 | tests.use_llvm = !disable_llvm; | 40 | tests.use_llvm = !disable_llvm; |
| 41 | tests.use_lld = !disable_llvm; | 41 | tests.use_lld = !disable_llvm; |
| | 42 | b.getInstallStep().dependOn(&tests.step); |
| 42 | | 43 | |
| 43 | const test_step = b.step("test", "Run all library tests"); | 44 | const test_step = b.step("test", "Run all library tests"); |
| 44 | const tests_run = b.addRunArtifact(tests); | 45 | const tests_run = b.addRunArtifact(tests); |