authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:34:39 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:34:39 -07:00
log9153a5a3b11eec15482d9b610a607a55f7e67a35
treef7f4947c8efe3cdb1f2f61405c917590e7b922b0
parent5f2e5122fc6b8b42ad78eee521ca5d71bf9cb660
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);