| author | |
| committer | |
| log | 9153a5a3b11eec15482d9b610a607a55f7e67a35 |
| tree | f7f4947c8efe3cdb1f2f61405c917590e7b922b0 |
| parent | 5f2e5122fc6b8b42ad78eee521ca5d71bf9cb660 |
| 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); |