diff options
author | Hans Nilsson <[email protected]> | 2015-06-10 13:36:00 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-06-10 13:36:00 +0200 |
commit | 21c7923228cae7cfcf86ad468901cd5561f65deb (patch) | |
tree | 27a5ba2ded00a1a0191a8a342f1ced467adebbe3 /lib/ssh/test/Makefile | |
parent | e01955643f503d1cb9d9450c22d5f02213117a91 (diff) | |
parent | 934875f488d0380dd9face67cb9e5d1635171015 (diff) | |
download | otp-21c7923228cae7cfcf86ad468901cd5561f65deb.tar.gz otp-21c7923228cae7cfcf86ad468901cd5561f65deb.tar.bz2 otp-21c7923228cae7cfcf86ad468901cd5561f65deb.zip |
Merge branch 'hans/ssh/upgrade_suite/OTP-12676'
* hans/ssh/upgrade_suite/OTP-12676:
ssh: Upgrade test suite
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 843b1d906d..50efc33f98 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -38,6 +38,7 @@ MODULES= \ ssh_sftp_SUITE \ ssh_sftpd_SUITE \ ssh_sftpd_erlclient_SUITE \ + ssh_upgrade_SUITE \ ssh_connection_SUITE \ ssh_echo_server \ ssh_peername_sockname_server \ |