diff options
| author | quapka | 2025-06-21 14:21:09 +0200 |
|---|---|---|
| committer | quapka | 2025-06-21 14:21:09 +0200 |
| commit | 8506e63eeea9623d1235b7245aced7f952622b78 (patch) | |
| tree | 4662b50a33ffb8ea878a20f1393a62bf7601d0ad | |
| parent | abdb7c6c564fa61103bd7a79f073c67b0030bebc (diff) | |
| download | ECTester-8506e63eeea9623d1235b7245aced7f952622b78.tar.gz ECTester-8506e63eeea9623d1235b7245aced7f952622b78.tar.zst ECTester-8506e63eeea9623d1235b7245aced7f952622b78.zip | |
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -349,9 +349,9 @@ nix build "?submodules=1#gcrypt.v194" nix build "?submodules=1#" ``` -Each of the build steps above puts (symlinks really) its results into `./result` directory. -However, subsequent builds then replace that with their own results. To run ECTesterStandalone -with a given library version and arguments do: +Each of the build steps above puts (symlinks really) its results into `./result` directory (use `-o/--out-link {path}` +to change that directory). However, subsequent builds then replace that with their own results. To run +ECTesterStandalone with a given library version and arguments do: ```shell # This runs the default test-suite agains LibreSSL 3.9.2 |
