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