diff options
author | Hans Nilsson <[email protected]> | 2017-12-08 18:51:56 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-01-08 10:51:30 +0100 |
commit | 404424917140bd50896dd9aa5cc7288ea2d7abce (patch) | |
tree | 6fc1687feaa7114d3cda135130103e4ef978d490 /lib/ssh/test/Makefile | |
parent | 19b7ccfe076d88a96b62f3222f38be31bb087df2 (diff) | |
download | otp-404424917140bd50896dd9aa5cc7288ea2d7abce.tar.gz otp-404424917140bd50896dd9aa5cc7288ea2d7abce.tar.bz2 otp-404424917140bd50896dd9aa5cc7288ea2d7abce.zip |
ssh: A compatibility testing suite using dockers
This suite tests compatibility with different combinations of OpenSSH and OpenSSL. The peer SSH is running in a docker container.
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index a18383d148..21359a0386 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -37,6 +37,7 @@ MODULES= \ ssh_renegotiate_SUITE \ ssh_basic_SUITE \ ssh_bench_SUITE \ + ssh_compat_SUITE \ ssh_connection_SUITE \ ssh_engine_SUITE \ ssh_protocol_SUITE \ |