Enable leak check in Valgrind
This commit is contained in:
parent
fe4e12308b
commit
2b267defdb
@ -54,6 +54,7 @@ def test_valgrind(implementation: pqclean.Implementation, impl_path, test_dir,
|
|||||||
helpers.run_subprocess(
|
helpers.run_subprocess(
|
||||||
['valgrind',
|
['valgrind',
|
||||||
'--error-exitcode=1',
|
'--error-exitcode=1',
|
||||||
|
'--leak-check=yes',
|
||||||
*(['--exit-on-first-error=yes']
|
*(['--exit-on-first-error=yes']
|
||||||
if valgrind_supports_exit_early()
|
if valgrind_supports_exit_early()
|
||||||
else []),
|
else []),
|
||||||
|
Loading…
Reference in New Issue
Block a user