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