diff options
author | Hans Nilsson <[email protected]> | 2015-08-30 11:20:12 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-08-30 11:20:12 +0200 |
commit | ee71e0e20819e2ab9e251f4bb46e8b0b19f2a1b3 (patch) | |
tree | 54bed42d1324159eae0f10039c7d8bc05163b04d /lib/ssh/test/Makefile | |
parent | 4b1202b1b683a2e7a4c7a0da41d4112e255801ec (diff) | |
parent | badee37e8ad95a9da4d497f12e5e291a66561989 (diff) | |
download | otp-ee71e0e20819e2ab9e251f4bb46e8b0b19f2a1b3.tar.gz otp-ee71e0e20819e2ab9e251f4bb46e8b0b19f2a1b3.tar.bz2 otp-ee71e0e20819e2ab9e251f4bb46e8b0b19f2a1b3.zip |
Merge branch 'hans/ssh/test_reorg/OTP-12230' into maint
* hans/ssh/test_reorg/OTP-12230:
ssh: Reorganize and extend the test suites
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 47c189c162..96c74c6c8a 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -32,17 +32,22 @@ VSN=$(GS_VSN) # ---------------------------------------------------- MODULES= \ - ssh_test_lib \ - ssh_trpt_test_lib \ - ssh_sup_SUITE \ + ssh_algorithms_SUITE \ + ssh_options_SUITE \ + ssh_renegotiate_SUITE \ + \ ssh_basic_SUITE \ + \ + ssh_connection_SUITE \ ssh_protocol_SUITE \ - ssh_to_openssh_SUITE \ ssh_sftp_SUITE \ ssh_sftpd_SUITE \ ssh_sftpd_erlclient_SUITE \ + ssh_sup_SUITE \ + ssh_to_openssh_SUITE \ ssh_upgrade_SUITE \ - ssh_connection_SUITE \ + ssh_test_lib \ + ssh_trpt_test_lib \ ssh_echo_server \ ssh_peername_sockname_server \ ssh_test_cli \ |