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