Merge branch 'zig01'

This commit is contained in:
2026-02-11 18:37:51 +00:00

View File

@@ -154,6 +154,10 @@ fn addTestStep(
test_exe.setExecCmd(&.{ test_exe.setExecCmd(&.{
"valgrind", "valgrind",
"--error-exitcode=2", "--error-exitcode=2",
"--leak-check=full",
"--show-leak-kinds=all",
"--errors-for-leak-kinds=all",
"--track-fds=yes",
null, null,
}); });
} }