| author | |
| committer | |
| log | 411dd9f3c172bede5997856fba1f1984fa306d43 |
| tree | 0736728c05875363ac8f1ba74b794643e00cd405 |
| parent | bbd55a68290b39d1eec3399c080dac17c1730bd5 |
| 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); |