Merge pull request #215 from PQClean/less_tests_for_valgrind
Reduce the number of test runs for Valgrind tests
This commit is contained in:
commit
6e12692b4e
@ -34,6 +34,7 @@ def test_valgrind(implementation: pqclean.Implementation, impl_path, test_dir,
|
|||||||
SCHEME_DIR=os.path.abspath(impl_path),
|
SCHEME_DIR=os.path.abspath(impl_path),
|
||||||
IMPLEMENTATION=implementation.name,
|
IMPLEMENTATION=implementation.name,
|
||||||
DEST_DIR=dest_dir,
|
DEST_DIR=dest_dir,
|
||||||
|
NTESTS=1,
|
||||||
working_dir=os.path.join(test_dir, 'test'))
|
working_dir=os.path.join(test_dir, 'test'))
|
||||||
functest_name = './functest_{}_{}'.format(implementation.scheme.name,
|
functest_name = './functest_{}_{}'.format(implementation.scheme.name,
|
||||||
implementation.name)
|
implementation.name)
|
||||||
|
Loading…
Reference in New Issue
Block a user