aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 16:22:59 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 16:22:59 +0200
commit14045f516e791f3a671c0b6055f509ed7362ce73 (patch)
treed2d9e5e09fccd56e8d77af4f312d111a3531edc4
parent3e70f06fc8ed11182c6e9f8a72c8d36ec8e820be (diff)
downloadlibssh-14045f516e791f3a671c0b6055f509ed7362ce73.tar.gz
libssh-14045f516e791f3a671c0b6055f509ed7362ce73.tar.xz
libssh-14045f516e791f3a671c0b6055f509ed7362ce73.zip
doc: Document server testing
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ee1ebb21..ccd76ae6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -47,6 +47,11 @@ compile option -DCLIENT_TESTING=ON. These tests require an OpenSSH
server package and some wrapper libraries (see optional requirements) to
be installed.
+If you're interested in server testing, then a OpenSSH client should be
+installed on the system and if possible also dropbear. Once that is done
+enable server support with -DWITH_SERVER=ON and enable testing of it with
+-DSERVER_TESTING=ON.
+
## Testing build
make test