| author | |
| committer | |
| log | 1e407e101f8f9ed8701d3d82119f8bbef72c176f |
| tree | ba1e514625f50ddeb155af3672d0441ee0c01991 |
| parent | e8ea5d969e1062d0be161f7a70e293b52aebc3f3 |
| 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); |