Explorar el Código

Merge pull request #215 from PQClean/less_tests_for_valgrind

Reduce the number of test runs for Valgrind tests
tags/v0.0.1
Matthias J. Kannwischer hace 5 años
committed by GitHub
padre
commit
6e12692b4e
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      test/test_valgrind.py

+ 1
- 0
test/test_valgrind.py Ver fichero

@@ -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)


Cargando…
Cancelar
Guardar