From 14045f516e791f3a671c0b6055f509ed7362ce73 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 29 Jun 2018 16:22:59 +0200 Subject: [PATCH] doc: Document server testing Signed-off-by: Andreas Schneider --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) 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