瀏覽代碼

Reduce the number of test runs for Valgrind tests

This should drastically reduce the runtime of the valgrind tests
tags/v0.0.1
Thom Wiggers 5 年之前
父節點
當前提交
b4d3968130
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 1BB0A7CE26E363
共有 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…
取消
儲存