Skip to content

Commit

Permalink
Reword test instructions (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen authored Nov 27, 2023
1 parent 48b142a commit 352c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ env OPENSSL_SYS_DIR=<PATH_TO_OPENSSL> ./oqs-scripts/build_openssh.sh

As not all tests in the stock regression suite pass, run `oqs-test/run_tests.sh` instead of simply executing `make tests` to ensure the build was successful.

To execute a connection test with a randomly chosen key-exchange and signature algorithm, run `python3 oqs-test/try_connection.py`. If it is desired that each such combination be tested (exactly once), run `python3 oqs-test/try_connection.py all`. Be aware that the latter can take a long time due to the number of algorithm combinations available.
To run the following tests, the `/regress` folder must have been populated using either `oqs-test/run_tests.sh` or `make tests`. To execute a connection test with a randomly chosen key-exchange and signature algorithm, run `python3 oqs-test/try_connection.py`. If it is desired that each such combination be tested (exactly once), run `python3 oqs-test/try_connection.py doall`. Be aware that the latter can take a long time due to the number of algorithm combinations available.

### Running OQS-OpenSSH

Expand Down

0 comments on commit 352c33f

Please sign in to comment.