| author | |
| committer | |
| log | 764f60937313980784cd7d081d091a0598196af2 |
| tree | a4a9467491b5006c7a1ca493165d797c32095867 |
| parent | cf1e46d30e7778ca370337078a81a6e8b265aa61 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { |
| 16 | 16 | deps.addAllTo(tests); |
| 17 | 17 | tests.use_llvm = !disable_llvm; |
| 18 | 18 | tests.use_lld = !disable_llvm; |
| 19 | b.getInstallStep().dependOn(&tests.step); | |
| 19 | 20 | |
| 20 | 21 | const tests_run = b.addRunArtifact(tests); |
| 21 | 22 | tests_run.setCwd(b.path(".")); |