| author | |
| committer | |
| log | 1d5bda9ecf3693b819e9bafbd5d30e139b149337 |
| tree | 5080fcd91012cda75e931c51287e4ce4606a3b0e |
| parent | 3565d27455bd6c9f4650ea691cf4de47f9d229e7 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) void { |
| 13 | 13 | }), |
| 14 | 14 | }); |
| 15 | 15 | deps.addAllTo(tests); |
| 16 | b.getInstallStep().dependOn(&tests.step); | |
| 16 | 17 | |
| 17 | 18 | const test_step = b.step("test", "Run all library tests"); |
| 18 | 19 | const tests_run = b.addRunArtifact(tests); |