authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:32:28 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:32:28 -07:00
logfaae55bc0cc2a19c39c9faacbcf34a326ddb7779
tree39ad2f15a6e506dd6c504fe0a46453ccf8a6fb36
parentdd7f8f3654e697785fa1c1d6fb22c638b6b15645
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


1 files changed, 1 insertions(+), 0 deletions(-)

build.zig+1
......@@ -17,6 +17,7 @@ pub fn build(b: *std.Build) void {
1717 tests.linkLibC();
1818 tests.use_llvm = !disable_llvm;
1919 tests.use_lld = !disable_llvm;
20 b.getInstallStep().dependOn(&tests.step);
2021
2122 const test_step = b.step("test", "Run all library tests");
2223 const tests_run = b.addRunArtifact(tests);