| author | |
| committer | |
| log | eabf5769b1aa90dd7fde2da998ed3e264a8a4df8 |
| tree | 50ad3b6853a2677ddb05f3a5c973a9f7a871ebe7 |
| parent | 04fa58bb653abc5e42dd03dbf669b099ba6eff7f |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -38,6 +38,7 @@ pub fn build(b: *std.Build) void { |
| 38 | 38 | deps.addAllTo(tests); |
| 39 | 39 | tests.use_llvm = !disable_llvm; |
| 40 | 40 | tests.use_lld = !disable_llvm; |
| 41 | b.getInstallStep().dependOn(&tests.step); | |
| 41 | 42 | |
| 42 | 43 | const test_step = b.step("test", "Run all library tests"); |
| 43 | 44 | const tests_run = b.addRunArtifact(tests); |