Enable leak check in Valgrind
这个提交包含在:
父节点
d8c9c431cf
当前提交
698738c263
@ -54,6 +54,7 @@ def test_valgrind(implementation: pqclean.Implementation, impl_path, test_dir,
|
||||
helpers.run_subprocess(
|
||||
['valgrind',
|
||||
'--error-exitcode=1',
|
||||
'--leak-check=yes',
|
||||
*(['--exit-on-first-error=yes']
|
||||
if valgrind_supports_exit_early()
|
||||
else []),
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户