| author | |
| committer | |
| log | 9c69fe29bb6d327fd9e082b36ad7298a5bd3f70c |
| tree | d1923c81aec1e054d7ee84901752965c4af2afcf |
| parent | a0c63c94f86f919e0b7ce09c54c609db1fcba99c |
| 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); |