| author | |
| committer | |
| log | b50692b29e80b28ca7672530143ebf7ac7387f98 |
| tree | 801e18c0f6c20f35cff79b200e55462e64b9a30e |
| parent | 1fb560a251a4b80cfd6ae18ecc0f4167ad641de5 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -24,6 +24,7 @@ pub fn build(b: *std.Build) void { |
| 24 | 24 | deps.addAllTo(tests); |
| 25 | 25 | tests.use_llvm = !disable_llvm; |
| 26 | 26 | tests.use_lld = !disable_llvm; |
| 27 | b.getInstallStep().dependOn(&tests.step); | |
| 27 | 28 | |
| 28 | 29 | const test_step = b.step("test", "Run all library tests"); |
| 29 | 30 | const tests_run = b.addRunArtifact(tests); |