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