This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Enable leak check in Valgrind
kyber
Thom Wiggers
4 years ago
committed by
Kris Kwiatkowski
parent
d8c9c431cf
commit
698738c263
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 []),
Write
Preview
Loading…
Cancel
Save