| author | |
| committer | |
| log | 096c970516efebab24d3424f39040efb53ffb183 |
| tree | 4e1a5d8e98f81f2781a233ea5dfd859969fcf4e6 |
| parent | bb956f2cf60cf5983309a22f1f88facda0a04a16 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -19,6 +19,7 @@ pub fn build(b: *std.Build) void { |
| 19 | 19 | tests.root_module.addImport("extras", mod); |
| 20 | 20 | tests.use_llvm = !disable_llvm; |
| 21 | 21 | tests.use_lld = !disable_llvm; |
| 22 | b.getInstallStep().dependOn(&tests.step); | |
| 22 | 23 | |
| 23 | 24 | const test_step = b.step("test", "Run all library tests"); |
| 24 | 25 | const tests_run = b.addRunArtifact(tests); |