diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-11-13 23:08:35 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-11-14 16:13:44 +0100 |
commit | f4cafa4f0d403f69a6371bd5638b636db56d2de4 (patch) | |
tree | c18f8b1ab22a92a884edb004c5793ff092b77cea /tests/FILEFORMAT.md | |
parent | 00f4ed2aadfb17960432b2948560381dca3ecf40 (diff) | |
download | curl-f4cafa4f0d403f69a6371bd5638b636db56d2de4.tar.gz |
runtests: make the SSH library a testable feature
libssh2, libssh and wolfssh
Diffstat (limited to 'tests/FILEFORMAT.md')
-rw-r--r-- | tests/FILEFORMAT.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index df61c412f..1c45d1563 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -387,6 +387,8 @@ Features testable here are: - `Kerberos` - `large_file` - `ld_preload` +- `libssh2` +- `libssh` - `libz` - `manual` - `Mime` @@ -415,6 +417,7 @@ Features testable here are: - `verbose-strings` - `wakeup` - `win32` +- `wolfssh` as well as each protocol that curl supports. A protocol only needs to be specified if it is different from the server (useful when the server |