diff options
author | Hans Nilsson <[email protected]> | 2015-07-03 13:12:59 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-07-03 13:12:59 +0200 |
commit | 80dfe5c5e942c8eba81405179969791cdd3bdf2f (patch) | |
tree | b26948b7819aa6e0646ae9187d95b4677700ea60 /lib/ssh/test/Makefile | |
parent | 726b27a4bac120d251f090748b7ea24131324bbb (diff) | |
parent | a7fb15f611d54994fcc210550b522d49c1fb22d7 (diff) | |
download | otp-80dfe5c5e942c8eba81405179969791cdd3bdf2f.tar.gz otp-80dfe5c5e942c8eba81405179969791cdd3bdf2f.tar.bz2 otp-80dfe5c5e942c8eba81405179969791cdd3bdf2f.zip |
Merge branch 'maint'
* maint:
ssh: Initial ssh_tprt_test_lib.erl and ssh_protocol_SUITE
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r-- | lib/ssh/test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 6503d5b643..47c189c162 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -33,8 +33,10 @@ VSN=$(GS_VSN) MODULES= \ ssh_test_lib \ + ssh_trpt_test_lib \ ssh_sup_SUITE \ ssh_basic_SUITE \ + ssh_protocol_SUITE \ ssh_to_openssh_SUITE \ ssh_sftp_SUITE \ ssh_sftpd_SUITE \ |