79585554

Date: 2025-04-22 01:19:47
Score: 1
Natty:
Report link

the key is to `InstallArtifact`

    const install_tests_bin = b.addInstallArtifact(tests, .{});
    b.step("install-tests", "Install tests to zig-out/bin").dependOn(&install_tests_bin.step);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Felix F Xu