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