From 352c33fa16348605c4c40069a3cdca56e188dec6 Mon Sep 17 00:00:00 2001 From: torben-hansen <50673096+torben-hansen@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:01:49 -0800 Subject: [PATCH] Reword test instructions (#151) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4c13f7a209..b685c10e972b 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ env OPENSSL_SYS_DIR= ./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