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