| ... | @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void { |
| 13 | }), | 13 | }), |
| 14 | }); | 14 | }); |
| 15 | deps.addAllTo(tests); | 15 | deps.addAllTo(tests); |
| | 16 | b.getInstallStep().dependOn(&tests.step); |
| 16 | | 17 | |
| 17 | const test_step = b.step("test", "Run all library tests"); | 18 | const test_step = b.step("test", "Run all library tests"); |
| 18 | const tests_run = b.addRunArtifact(tests); | 19 | const tests_run = b.addRunArtifact(tests); |