| author | |
| committer | |
| log | a8af20466999f255d83a5f0b29596b5c32ebfaa5 |
| tree | 57ca4ccdfb945076f996630355aa7f643be4b41d |
| parent | ff9a93020e0dc74dd5dcca2a42602cb5cf748e8d |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -36,6 +36,7 @@ pub fn build(b: *std.Build) void { |
| 36 | 36 | deps.addAllTo(tests); |
| 37 | 37 | tests.use_llvm = !disable_llvm; |
| 38 | 38 | tests.use_lld = !disable_llvm; |
| 39 | b.getInstallStep().dependOn(&tests.step); | |
| 39 | 40 | |
| 40 | 41 | const test_step = b.step("test", "Run all library tests"); |
| 41 | 42 | const tests_run = b.addRunArtifact(tests); |