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