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