| author | |
| committer | |
| log | 014971d4b1e327a5c61322c3a6b9369fd1863864 |
| tree | a17447a09435da522e3fdc912120a03235d4b098 |
| parent | d97ef94cacf5c109b7f4b9e01a7e6645d8c8e09a |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void { |
| 16 | 16 | tests.use_llvm = !disable_llvm; |
| 17 | 17 | tests.use_lld = !disable_llvm; |
| 18 | 18 | deps.addAllTo(tests); |
| 19 | b.getInstallStep().dependOn(&tests.step); | |
| 19 | 20 | |
| 20 | 21 | const test_step = b.step("test", "Run all library tests"); |
| 21 | 22 | const tests_run = b.addRunArtifact(tests); |