瀏覽代碼

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 5 年之前
committed by GitHub
父節點
當前提交
6e12692b4e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      test/test_valgrind.py

+ 1
- 0
test/test_valgrind.py 查看文件

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


Loading…
取消
儲存