1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Reduce the number of test runs for Valgrind tests

This should drastically reduce the runtime of the valgrind tests
This commit is contained in:
Thom Wiggers 2019-07-29 15:25:41 +02:00
parent 78a65d6ec9
commit b4d3968130
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -34,6 +34,7 @@ def test_valgrind(implementation: pqclean.Implementation, impl_path, test_dir,
SCHEME_DIR=os.path.abspath(impl_path),
IMPLEMENTATION=implementation.name,
DEST_DIR=dest_dir,
NTESTS=1,
working_dir=os.path.join(test_dir, 'test'))
functest_name = './functest_{}_{}'.format(implementation.scheme.name,
implementation.name)