authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:34:02 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:34:02 -07:00
log411dd9f3c172bede5997856fba1f1984fa306d43
tree0736728c05875363ac8f1ba74b794643e00cd405
parentbbd55a68290b39d1eec3399c080dac17c1730bd5
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);