| author | |
| committer | |
| log | 6d1b0a514ea5fa2537b565d99717e25927b7aeb0 |
| tree | 5bf7c557a9b61b90bc17b5d45489d6f6f4bba1ae |
| parent | ffe79ea6bf3644a5eea097378febc24b01eebdc9 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { |
| 16 | 16 | deps.addAllTo(tests); |
| 17 | 17 | tests.use_llvm = !disable_llvm; |
| 18 | 18 | tests.use_lld = !disable_llvm; |
| 19 | b.getInstallStep().dependOn(&tests.step); | |
| 19 | 20 | |
| 20 | 21 | const test_step = b.step("test", "Run all library tests"); |
| 21 | 22 | const tests_run = b.addRunArtifact(tests); |