Browse Source

Enable leak check in Valgrind

tags/v0.0.1
Thom Wiggers 4 years ago
committed by Kris Kwiatkowski
parent
commit
698738c263
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/test_valgrind.py

+ 1
- 0
test/test_valgrind.py View File

@@ -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 []),


Loading…
Cancel
Save