Add readme note on ctest timeouts & disable timeouts for KAT tests.

This commit is contained in:
Basil Hess
2023-07-07 17:17:09 +02:00
committed by Lorenz Panny
parent 28ff420dd0
commit df24e34993
2 changed files with 5 additions and 1 deletions

View File

@@ -105,6 +105,8 @@ The test harness consists of the following units:
- Self-tests: runs random self-tests (key-generation, signing and verifying) - `SQIsign_<level>_SELFTEST`
- Sub-library specific unit-tests.
Note that, ctest has a default timeout of 1500s, which is applied to all tests except the KAT tests. To override the default timeout, run `ctest --timeout <seconds>`.
## Known Answer Tests (KAT)
KAT are available in folder `KAT`. They can be generated by running the apps built in the `apps` folder:
@@ -113,7 +115,7 @@ KAT are available in folder `KAT`. They can be generated by running the apps bui
A successful execution will generate the `.req` and `.rsp` files.
KAT verification is done as part of the test harness (see previous section).
A full KAT test is done as part of the test harness (see previous section).
## Benchmarks